+ Oldschool behavior for BPMSegment loading ( Just In Case )
+ WIP Preference for DefaultFailType
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user