Fixed parse error (missing "}")
authorBill Kendrick <nbs@sonic.net>
Wed, 10 Dec 2003 08:18:03 +0000 (08:18 +0000)
committerBill Kendrick <nbs@sonic.net>
Wed, 10 Dec 2003 08:18:03 +0000 (08:18 +0000)
SVN-Revision: 13

src/gameloop.c

index 772386e..b2376e0 100644 (file)
@@ -3529,6 +3529,7 @@ void add_bullet(int x, int y, int dir, int xm)
       playsound(sounds[SND_SHOOT]);
 #endif
     }
+}
 
 
 void drawendscreen(void)