mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 00:53:42 +00:00
# Housekeeping.
- Jan and I cleaned up CJSComplex and put all the function bodies and helper classes in ScriptableComplex.inl. This also required minor changes to other files. - Removed a debug message from Technology.cpp. This was SVN commit r4173.
This commit is contained in:
@@ -441,8 +441,6 @@ void CTechnology::ScriptingInit()
|
||||
AddMethod<jsval, &CTechnology::GetPlayerID>( "getPlayerID", 0 );
|
||||
|
||||
CJSObject<CTechnology>::ScriptingInit("Technology");
|
||||
|
||||
debug_printf("CTechnology::ScriptingInit complete");
|
||||
}
|
||||
|
||||
jsval CTechnology::ApplyEffects( JSContext* UNUSED(cx), uintN UNUSED(argc), jsval* UNUSED(argv) )
|
||||
|
||||
Reference in New Issue
Block a user