From: Ricardo Cruz Date: Thu, 22 Apr 2004 17:38:56 +0000 (+0000) Subject: Changed MAX_BULLETS from 2 to 1. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cc2ed37f87e82c31a6787be14461c402a90434f1;p=supertux.git 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 --- 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