From 63e4e8d209c230ae0fd97954fb1f31e40b83184f Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 28 Dec 2003 11:08:30 +0000 Subject: [PATCH] Oops; only made kick noise when you jumped, not walked, on a flat laptop. SVN-Revision: 71 --- src/gameloop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gameloop.c b/src/gameloop.c index 67a6ab24c..1c78b971e 100644 --- a/src/gameloop.c +++ b/src/gameloop.c @@ -1498,6 +1498,7 @@ int game_action(void) /* Kick: */ bad_guys[i].mode = KICK; + play_sound(sounds[SND_KICK]); if (tux_x + scroll_x <= bad_guys[i].x) { -- 2.11.0