diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-10 12:19:50 -0700 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-10 12:19:50 -0700 |
commit | 9588ded8d76e720299ad9d1b254409e715164b81 (patch) | |
tree | 8f1bac1e904e83b777dc7ab8f3e96e5f83d66465 /src/entities/soldato.h | |
parent | ac7470ce5d680caa7fb53c235aea10cba45e1836 (diff) |
Making changes to the guns and fine tuning
Diffstat (limited to 'src/entities/soldato.h')
-rw-r--r-- | src/entities/soldato.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entities/soldato.h b/src/entities/soldato.h index efde07d..392be54 100644 --- a/src/entities/soldato.h +++ b/src/entities/soldato.h @@ -9,7 +9,6 @@ #define SOLDATO_AIM_RADIOUS 1.5 #define SOLDATO_BULLET_DAMAGE 0.01 #define SOLDATO_GUN_TARGETING_SPEED 10.0 // 3.0 -#define SOLDATO_GUN_MAX_RANGE 400.0 #define SOLDATO_ROTATION_SPEED 0.5 typedef struct Soldato { |