From 717b69ed4ef254c82ae1756ed5a17bc7bf72d903 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 10 Dec 2003 08:18:03 +0000 Subject: [PATCH] Fixed parse error (missing "}") SVN-Revision: 13 --- src/gameloop.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0