diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-23 21:25:54 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-23 21:25:54 -0600 |
commit | c8132c56f0d1d712e4841a60f9f0f853e7177715 (patch) | |
tree | e770618d1d3acd7f2768c51ad497e318d1dbd286 /src/entities | |
parent | 6ba19e2332162de3225d60ae2a377a894ab7299f (diff) |
Radar working
Diffstat (limited to 'src/entities')
-rw-r--r-- | src/entities/mussolini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/mussolini.h b/src/entities/mussolini.h index 33968da..625df3c 100644 --- a/src/entities/mussolini.h +++ b/src/entities/mussolini.h @@ -6,7 +6,7 @@ #define MUSSOLINI_H #define MUSSOLINI_TURN_SPEED 1.0 -#define MUSSOLINI_MISSILE_DOWN_COOL 0.5 +#define MUSSOLINI_MISSILE_DOWN_COOL 100.0 typedef struct Mussolini { double timeSinceLastMissile; |