add Dance Maniax and Technomotion support

This commit is contained in:
Chris Danford
2003-09-03 04:30:29 +00:00
parent 09cfe7f3b8
commit 0cd5766ba2
14 changed files with 465 additions and 329 deletions
+1
View File
@@ -38,6 +38,7 @@ bool PrepareForDemonstration() // always return true.
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;
case GAME_MANIAX: GAMESTATE->m_CurStyle = STYLE_MANIAX_SINGLE; break;
default: ASSERT(0);
}