X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=aa399caaa197fef426e5e570fb1bf2e298e227c1;hb=9c285b0e8e4d81c5559815c5f7142685ce865206;hp=3f7c0735d740a7885befeca72b2457a8c79aaa31;hpb=d703f1f2c94e753d668d793e7d2c6c6c71fc9fa8;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 3f7c0735..aa399caa 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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);