Signatur von init() aktualisiert
Angepasst an aktuelles init (mit optionalem Arg).
Change-Id: I0d34b1baa741b85b49c89d3cf55e86061409f5ad
diff --git a/obj/tools/tester/test.c b/obj/tools/tester/test.c
index dd70fa8..df4d00b 100644
--- a/obj/tools/tester/test.c
+++ b/obj/tools/tester/test.c
@@ -164,7 +164,7 @@
scanerr[0],scanerr[1],END):""));
}
-void create()
+protected void create()
{
if (!clonep(ME))
return;
@@ -207,7 +207,7 @@
AddCmd( "otdir","dirtesten" );
}
-void init()
+public varargs void init(object origin)
{
::init();
if (PL->QueryProp(P_TESTPLAYER) || IS_LEARNER(PL))