one more hard coded scene number

main
Georg Krause 2018-04-02 16:40:35 +02:00
parent dc0bf938e8
commit 0427fca96d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public:
clips[5].state = UnitState::UNIT_STOPPING;
}
static const int numClips = 10;
static const int numClips = NSCENES;
UnitState clips[numClips];
bool mouseOver;