projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32db2af
)
Fixed parse error (missing "}")
author
Bill Kendrick
<nbs@sonic.net>
Wed, 10 Dec 2003 08:18:03 +0000
(08:18 +0000)
committer
Bill Kendrick
<nbs@sonic.net>
Wed, 10 Dec 2003 08:18:03 +0000
(08:18 +0000)
SVN-Revision: 13
src/gameloop.c
patch
|
blob
|
history
diff --git
a/src/gameloop.c
b/src/gameloop.c
index
772386e
..
b2376e0
100644
(file)
--- 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)