fix compile

This commit is contained in:
AJ Kelly
2010-06-27 20:12:08 -05:00
parent ea842d0c1f
commit cdacf2deb5
+1 -1
View File
@@ -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;