Random background movie support

This commit is contained in:
Chris Danford
2002-07-31 22:37:58 +00:00
parent 4ec08edf2d
commit 4f732aaa5b
11 changed files with 127 additions and 40 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ const float DIFFICULTY_ARROW_X[NUM_DIFFICULTY_ITEMS][NUM_PLAYERS] = {
const float ARROW_SHADOW_OFFSET = 10;
const float LOCK_INPUT_TIME = 0.75f; // lock input while waiting for tweening to complete
const float LOCK_INPUT_TIME = 0.50f; // lock input while waiting for tweening to complete
const ScreenMessage SM_GoToPrevState = ScreenMessage(SM_User + 1);