fix base not called

This commit is contained in:
Glenn Maynard
2006-01-17 20:19:04 +00:00
parent 562501ac78
commit d1126e82b3
+1
View File
@@ -1141,6 +1141,7 @@ public:
OptionRowHandlerGameCommand() { Init(); }
void Init()
{
OptionRowHandler::Init();
m_gc.Init();
m_gc.ApplyCommitsScreens( false );
}