Changed MAX_BULLETS from 2 to 1.
authorRicardo Cruz <rick2@aeiou.pt>
Thu, 22 Apr 2004 17:38:56 +0000 (17:38 +0000)
committerRicardo 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

index 258d786..aec1e3b 100644 (file)
@@ -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