projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c4b67c
)
Changed MAX_BULLETS from 2 to 1.
author
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 22 Apr 2004 17:38:56 +0000
(17:38 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 22 Apr 2004 17:38:56 +0000
(17:38 +0000)
As someone said Tux with bullets power is totally invencible, this will make it a bit harder.
SVN-Revision: 644
src/defines.h
patch
|
blob
|
history
diff --git
a/src/defines.h
b/src/defines.h
index
258d786
..
aec1e3b
100644
(file)
--- a/
src/defines.h
+++ b/
src/defines.h
@@
-70,7
+70,7
@@
enum DyingType {
#define RUN_SPEED 1.5
#define JUMP_SPEED 1.2
-#define MAX_BULLETS
2
+#define MAX_BULLETS
1
#define GRAVITY 1.0
#define YM_FOR_JUMP 6.0