diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-14 10:56:35 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-14 10:56:35 -0700 |
commit | 22535c8b18cda1d5a1ee771616425fc3941a801c (patch) | |
tree | 17d3c5db09b5e34fc35f27a802aed32fa4d65868 /src/entities/maresciallo.c | |
parent | 9588ded8d76e720299ad9d1b254409e715164b81 (diff) |
Fine tuning maresciallo
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){ |