From cdacf2deb5a253e92540330c9cbf75b62d46de6b Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 27 Jun 2010 20:12:08 -0500 Subject: [PATCH] fix compile --- src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StepMania.cpp b/src/StepMania.cpp index e2fec5604f..4fddeb013a 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -1147,7 +1147,7 @@ int main(int argc, char* argv[]) INPUTFILTER = new InputFilter; INPUTMAPPER = new InputMapper; - StepMania::ChangeCurrentGame( g ); + StepMania::ChangeCurrentGame( GAMESTATE->GetCurrentGame() ); INPUTQUEUE = new InputQueue; SONGINDEX = new SongCacheIndex;