rnd-20040103-1-src
[rocksndiamonds.git] / src / tools.c
index 3f7c0735d740a7885befeca72b2457a8c79aaa31..aa399caaa197fef426e5e570fb1bf2e298e227c1 100644 (file)
@@ -633,6 +633,7 @@ void DrawPlayer(struct PlayerInfo *player)
            player->is_collecting ? ACTION_COLLECTING      :
            player->is_moving     ? ACTION_MOVING          :
            player->is_snapping   ? ACTION_SNAPPING        :
+           player->is_dropping   ? ACTION_DROPPING        :
            player->is_waiting    ? player->action_waiting : ACTION_DEFAULT);
 
   InitPlayerGfxAnimation(player, action, move_dir);