rnd-20030825-1-src
[rocksndiamonds.git] / src / tools.c
index 45d37436a325dec9840a38644e2fba606f3d4208..9d48e4b3ba1e7f6ee8a1747dd8cea42f56494645 100644 (file)
@@ -599,6 +599,10 @@ void DrawPlayer(struct PlayerInfo *player)
            player->is_moving ? ACTION_MOVING :
            player->snapped ? ACTION_SNAPPING : ACTION_DEFAULT);
 
+#if 0
+  printf("::: '%s'\n", element_action_info[action].suffix);
+#endif
+
   InitPlayerGfxAnimation(player, action, move_dir);
 
   /* ----------------------------------------------------------------------- */