From 1f75787d48db9a0091eb56210d7445a0009caa9e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 20 Jul 2005 19:19:14 +0000 Subject: [PATCH] static --- stepmania/src/ScreenEdit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 9fc7f7f9e8..60c2d72c3f 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -532,9 +532,9 @@ static MenuDef g_CourseMode( // HACK: need to remember the track we're inserting on so // that we can lay the attack note after coming back from // menus. -int g_iLastInsertAttackTrack = -1; -float g_fLastInsertAttackDurationSeconds = -1; -BackgroundLayer g_CurrentBGChangeLayer = BACKGROUND_LAYER_INVALID; +static int g_iLastInsertAttackTrack = -1; +static float g_fLastInsertAttackDurationSeconds = -1; +static BackgroundLayer g_CurrentBGChangeLayer = BACKGROUND_LAYER_INVALID; REGISTER_SCREEN_CLASS( ScreenEdit ); ScreenEdit::ScreenEdit( CString sName ) : ScreenWithMenuElements( sName )