static
This commit is contained in:
@@ -532,9 +532,9 @@ static MenuDef g_CourseMode(
|
|||||||
// HACK: need to remember the track we're inserting on so
|
// HACK: need to remember the track we're inserting on so
|
||||||
// that we can lay the attack note after coming back from
|
// that we can lay the attack note after coming back from
|
||||||
// menus.
|
// menus.
|
||||||
int g_iLastInsertAttackTrack = -1;
|
static int g_iLastInsertAttackTrack = -1;
|
||||||
float g_fLastInsertAttackDurationSeconds = -1;
|
static float g_fLastInsertAttackDurationSeconds = -1;
|
||||||
BackgroundLayer g_CurrentBGChangeLayer = BACKGROUND_LAYER_INVALID;
|
static BackgroundLayer g_CurrentBGChangeLayer = BACKGROUND_LAYER_INVALID;
|
||||||
|
|
||||||
REGISTER_SCREEN_CLASS( ScreenEdit );
|
REGISTER_SCREEN_CLASS( ScreenEdit );
|
||||||
ScreenEdit::ScreenEdit( CString sName ) : ScreenWithMenuElements( sName )
|
ScreenEdit::ScreenEdit( CString sName ) : ScreenWithMenuElements( sName )
|
||||||
|
|||||||
Reference in New Issue
Block a user