diff --git a/stepmania/src/ScreenGameplay.h b/stepmania/src/ScreenGameplay.h index c34a8b5e0e..09d0170f9c 100644 --- a/stepmania/src/ScreenGameplay.h +++ b/stepmania/src/ScreenGameplay.h @@ -67,7 +67,7 @@ public: // // Lua // - virtual void PushSelf( lua_State *L ); + void PushSelf( lua_State *L ); PlayerNumber m_pn; MultiPlayer m_mp;