+ Oldschool behavior for BPMSegment loading ( Just In Case )

+ WIP Preference for DefaultFailType
This commit is contained in:
Jonathan Payne
2011-02-13 11:38:30 -08:00
parent 49859de9d7
commit 087c239882
4 changed files with 39 additions and 7 deletions
+11
View File
@@ -134,6 +134,17 @@ XToString( ScoringType );
StringToX( ScoringType );
LuaXType( ScoringType );
// XXX: Fix fail bug?
/* static const char *DefaultFailTypeNames[] = {
"Immediate",
"ImmediateContinue",
"EndOfSong",
"Off",
};
XToString( DefualtFailType );
StringToX( DefualtFailType );
LuaXType( DefualtFailType ); */
bool g_bAutoRestart = false;
#ifdef DEBUG
# define TRUE_IF_DEBUG true