diff --git a/src/avtk/avtk_unit.h b/src/avtk/avtk_unit.h index c2626c8..935c0fd 100644 --- a/src/avtk/avtk_unit.h +++ b/src/avtk/avtk_unit.h @@ -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;