BM Gametype (no keysounds yet, its just DDR with BM keys :D) + Metricable default scrolling direction support

This commit is contained in:
Andrew Livy
2003-01-01 17:20:36 +00:00
parent 290c281cf8
commit 9941c7c3bb
12 changed files with 184 additions and 5 deletions
+1
View File
@@ -248,6 +248,7 @@ void ScreenTitleMenu::HandleScreenMessage( const ScreenMessage SM )
case GAME_EZ2: GAMESTATE->m_CurStyle = STYLE_EZ2_SINGLE_VERSUS; break;
case GAME_PARA: GAMESTATE->m_CurStyle = STYLE_PARA_SINGLE; break;
case GAME_DS3DDX: GAMESTATE->m_CurStyle = STYLE_DS3DDX_SINGLE; break;
case GAME_BM: GAMESTATE->m_CurStyle = STYLE_BM_SINGLE; break;
default: ASSERT(0);
}