summaryrefslogtreecommitdiff
path: root/src/effectvehicle_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-05-22 18:56:25 +0000
committerrubidium <rubidium@openttd.org>2009-05-22 18:56:25 +0000
commit6d1c974254735f5d4232907718f2cac1869c64c8 (patch)
tree040ec7971db0b35dc92880f552a790185bf0cca5 /src/effectvehicle_base.h
parent2365d27a4d90ec32b0a9db09fe0fe04e4559911a (diff)
downloadopenttd-6d1c974254735f5d4232907718f2cac1869c64c8.tar.xz
(svn r16384) -Codechange: move u.effect to EffectVehicle
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; }