This commit is contained in:
Glenn Maynard
2006-01-14 06:46:15 +00:00
parent 87b25c0752
commit d8ae5df6ef
+1
View File
@@ -700,6 +700,7 @@ void GameCommand::ApplySelf( const vector<PlayerNumber> &vpns ) const
lua_pushstring( L, i->first );
lua_pushstring( L, i->second );
lua_settable( L, -3 );
lua_pop( L, 1 );
LUA->Release(L);
}
if( !m_sSongGroup.empty() )