From cc2ed37f87e82c31a6787be14461c402a90434f1 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Thu, 22 Apr 2004 17:38:56 +0000 Subject: [PATCH] Changed MAX_BULLETS from 2 to 1. As someone said Tux with bullets power is totally invencible, this will make it a bit harder. SVN-Revision: 644 --- src/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defines.h b/src/defines.h index 258d7869f..aec1e3bab 100644 --- 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 -- 2.11.0