From 22535c8b18cda1d5a1ee771616425fc3941a801c Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Tue, 14 Nov 2023 10:56:35 -0700 Subject: Fine tuning maresciallo --- src/entities/maresciallo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/maresciallo.c') 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){ -- cgit v1.2.3