rnd-20060723-1-src
[rocksndiamonds.git] / src / game.c
index 20491136b82b53a4a802c5b6acd4d64a0447ee89..2b4c7c0d02b75cf1a5453c9d2c83c24057d7fa79 100644 (file)
@@ -9673,6 +9673,10 @@ void GameActions_EM_Main()
   for (i = 0; i < MAX_PLAYERS; i++)
     effective_action[i] = stored_player[i].effective_action;
 
+#if 0
+  printf("::: %04d: %08x\n", FrameCounter, effective_action[0]);
+#endif
+
   GameActions_EM(effective_action, warp_mode);
 
   CheckLevelTime();