(svn r16384) -Codechange: move u.effect to EffectVehicle

This commit is contained in:
rubidium
2009-05-22 18:56:25 +00:00
parent 36d36166ad
commit 521c265282
10 changed files with 60 additions and 65 deletions

View File

@@ -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; }