rnd-20060818-1-src
[rocksndiamonds.git] / src / game_em / input.c
index 2c6c1faacfb498d0ecbebba05a8f95934166f57b..8ea8c04b9cb3fd63bfca1050e687979bf25e6d88 100644 (file)
@@ -71,6 +71,22 @@ void GameActions_EM(byte action[MAX_PLAYERS], boolean warp_mode)
 {
   int i;
 
+#if 0
+  static int foo = -1;
+
+  if (action[0] == 0 && foo != 0)
+    printf("KEY RELEASED @ %05d\n", FrameCounter);
+
+  foo = action[0];
+#endif
+
+#if 0
+#if 1
+  if (FrameCounter % 10 == 0)
+#endif
+    printf("::: %05d: %lu, %d\n", FrameCounter, RandomEM, frame);
+#endif
+
   game_animscreen();
 
 #if 1