diff options
Diffstat (limited to 'src/entities/maresciallo.h')
-rw-r--r-- | src/entities/maresciallo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h index 2d46eeb..b165a2f 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -4,8 +4,8 @@ #ifndef MARESCIALLO_H #define MARESCIALLO_H -#define MARESCIALLO_CIRCLE_AT_DIS 800.0 // 200.0 -#define MARESCIALLO_COME_BACK_AT_DIS 850.0 +#define MARESCIALLO_CIRCLE_AT_DIS 1000.0 // 200.0 +#define MARESCIALLO_COME_BACK_AT_DIS 1050.0 #define MARESCIALLO_ROTATION_SPEED 20.0 #define MARESCIALLO_CIRCLE_PLAYER_SPEED 0.5 |