summaryrefslogtreecommitdiffstats
path: root/src/render/2dEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/2dEffect.h')
-rw-r--r--src/render/2dEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/2dEffect.h b/src/render/2dEffect.h
index 33b553bd..ed5ce5ba 100644
--- a/src/render/2dEffect.h
+++ b/src/render/2dEffect.h
@@ -65,8 +65,8 @@ public:
uint8 probability;
};
struct PedAttractor {
- CVector useDir;
CVector queueDir;
+ CVector useDir;
int8 type;
};