From 6d7842484434d1d3f4265194ba87db6afff3186b Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Thu, 3 Aug 2023 00:11:48 -0600 Subject: Working on circle thingy --- src/entities/maresciallo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/maresciallo.h') diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h index 7492751..e607ab3 100644 --- a/src/entities/maresciallo.h +++ b/src/entities/maresciallo.h @@ -4,7 +4,7 @@ #ifndef MARESCIALLO_H #define MARESCIALLO_H -#define MARESCIALLO_CIRCLE_AT_DIS 200.0 +#define MARESCIALLO_CIRCLE_AT_DIS 50.0 // 200.0 typedef struct Maresciallo { EntityFlyToPointInfo flyAway; -- cgit v1.2.3