shithub: rott

Download patch

ref: 03e7d48000274c1027291c173b3e2d809c3a9aea
parent: c20db29bd6ca589d9cae06b72d7d4a1028a8009d
author: Marc-Alexandre Espiaut <[email protected]>
date: Tue Jun 5 08:09:01 EDT 2018

Removing obsolete *TEST code from rt_actor.c

--- a/rott/rt_actor.c
+++ b/rott/rt_actor.c
@@ -854,16 +854,6 @@
         lastactive->nextactive = ob;
     }
     lastactive = ob;
-
-#if ((DEVELOPMENT == 1))
-#if ((LOADSAVETEST == 1))
-    if (!lastactive)
-        Debug("\nlastactive = NULL !");
-    else
-        Debug("\nlastactive = %8x",lastactive);
-
-#endif
-#endif
 }