summaryrefslogtreecommitdiff
path: root/src/effectvehicle_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effectvehicle_base.h')
-rw-r--r--src/effectvehicle_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/effectvehicle_base.h b/src/effectvehicle_base.h
index 789dd1f36..1c4c3f339 100644
--- a/src/effectvehicle_base.h
+++ b/src/effectvehicle_base.h
@@ -23,6 +23,9 @@
* - bubbles (industry)
*/
struct EffectVehicle : public Vehicle {
+ uint16 animation_state;
+ byte animation_substate;
+
/** Initializes the Vehicle to a special vehicle */
EffectVehicle() { this->type = VEH_EFFECT; }