From: Bill Kendrick Date: Wed, 10 Dec 2003 08:18:03 +0000 (+0000) Subject: Fixed parse error (missing "}") X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=717b69ed4ef254c82ae1756ed5a17bc7bf72d903;p=supertux.git Fixed parse error (missing "}") SVN-Revision: 13 --- diff --git a/src/gameloop.c b/src/gameloop.c index 772386e21..b2376e05c 100644 --- a/src/gameloop.c +++ b/src/gameloop.c @@ -3529,6 +3529,7 @@ void add_bullet(int x, int y, int dir, int xm) playsound(sounds[SND_SHOOT]); #endif } +} void drawendscreen(void)