diff --git a/src/game/game_info.cpp b/src/game/game_info.cpp --- a/src/game/game_info.cpp +++ b/src/game/game_info.cpp @@ -30,12 +30,12 @@ static bool CheckAPIVersion(const char * #if defined(_WIN32) #undef GetClassName #endif /* _WIN32 */ -template <> const char *GetClassName() { return "GSInfo"; } +template <> const char *GetClassName() { return "GSInfo"; } /* static */ void GameInfo::RegisterAPI(Squirrel *engine) { /* Create the GSInfo class, and add the RegisterGS function */ - DefSQClass SQGSInfo("GSInfo"); + DefSQClass SQGSInfo("GSInfo"); SQGSInfo.PreRegister(engine); SQGSInfo.AddConstructor(engine, "x"); SQGSInfo.DefSQAdvancedMethod(engine, &GameInfo::AddSetting, "AddSetting");