diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 652615b47c..2c8a0dc13a 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -923,6 +923,7 @@ int main(int argc, char* argv[]) #endif #endif + LUA = new LuaManager; /* Almost everything uses this to read and write files. Load this early. */ FILEMAN = new RageFileManager( argv[0] ); @@ -993,7 +994,6 @@ int main(int argc, char* argv[]) // Create game objects // - LUA = new LuaManager; GAMESTATE = new GameState; /* This requires PREFSMAN, for PREFSMAN->m_bShowLoadingWindow. */