From: Bill Kendrick Date: Sun, 28 Dec 2003 11:08:30 +0000 (+0000) Subject: Oops; only made kick noise when you jumped, not walked, on a flat laptop. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=63e4e8d209c230ae0fd97954fb1f31e40b83184f;p=supertux.git Oops; only made kick noise when you jumped, not walked, on a flat laptop. SVN-Revision: 71 --- 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) {