From 40b19f39975731990f1c6687f99e2593f345e4f9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Apr 2008 10:13:54 +0000 Subject: (svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a uniform naming of the thing instead of using both names for the same thing. --- src/industry_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_cmd.cpp') diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 7fbcaf551..299d4f5a5 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -702,7 +702,7 @@ static void TileLoopIndustry_BubbleGenerator(TileIndex tile) EV_BUBBLE ); - if (v != NULL) v->u.special.animation_substate = dir; + if (v != NULL) v->u.effect.animation_substate = dir; } static void TileLoop_Industry(TileIndex tile) -- cgit v1.2.3-70-g09d2