From 2b21f92347a9432d89f7ff53fd1a2bb0546123be Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 25 Jun 2020 15:12:57 +0200 Subject: rename attractor flag to type --- src/render/2dEffect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/render/2dEffect.h') diff --git a/src/render/2dEffect.h b/src/render/2dEffect.h index 504824c5..022cabcc 100644 --- a/src/render/2dEffect.h +++ b/src/render/2dEffect.h @@ -27,8 +27,8 @@ enum { }; enum { - ATTRACTORFLAG_ICECREAM, - ATTRACTORFLAG_STARE + ATTRACTORTYPE_ICECREAM, + ATTRACTORTYPE_STARE }; enum { @@ -64,7 +64,7 @@ public: }; struct Attractor { CVector dir; - uint8 flags; + int8 type; uint8 probability; }; struct PedAttractor { -- cgit v1.2.3