CustomDifficulty fixup

fix stats.xml not saving
experimental recentscores.xml saving
This commit is contained in:
Chris Danford
2009-08-09 20:11:23 +00:00
parent be79d17561
commit df9ed04fd3
20 changed files with 222 additions and 253 deletions
-3
View File
@@ -214,9 +214,6 @@ int LuaFunc_##func( lua_State *L ) { \
void LuaFunc_Register_##func( lua_State *L ) { lua_register( L, #func, LuaFunc_##func ); } \
REGISTER_WITH_LUA_FUNCTION( LuaFunc_Register_##func );
#define LuaFunction2( func ) \
void LuaFunc_Register_##func( lua_State *L ) { lua_register( L, #func, func ); } \
REGISTER_WITH_LUA_FUNCTION( LuaFunc_Register_##func );
#endif