diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 7e16661383..2cf42e852e 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -2024,7 +2024,7 @@ public: DEFINE_METHOD( GetPreferredSongGroup, m_sPreferredSongGroup.Get() ); static int GetHumanPlayers( T* p, lua_State *L ) { - vector vHP; + vector vHP; FOREACH_HumanPlayer( pn ) vHP.push_back( pn ); LuaHelpers::CreateTableFromArray( vHP, L );