diff options
Diffstat (limited to 'src/entities/maresciallo.c')
-rw-r--r-- | src/entities/maresciallo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/maresciallo.c b/src/entities/maresciallo.c index 98fc19f..b03d366 100644 --- a/src/entities/maresciallo.c +++ b/src/entities/maresciallo.c @@ -31,7 +31,7 @@ void initMaresciallo(Entity * entity, Game * game) { .angleMode = false, .doClamp = true, .min = 0.0, - .max = 210.0 + .max = 190.0 }; data->flyToPoint = (EntityFlyToPointInfo){ |