From 5bd241eb5b151dd9a5ebda0a93aff8740713ce62 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 26 Jul 2007 15:37:19 +0000 Subject: (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. --- 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 fc307beed..fdbda407f 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -696,7 +696,7 @@ static void TileLoopIndustry_BubbleGenerator(TileIndex tile) EV_BUBBLE ); - if (v != NULL) v->u.special.unk2 = dir; + if (v != NULL) v->u.special.animation_substate = dir; } static void TileLoop_Industry(TileIndex tile) -- cgit v1.2.3-54-g00ecf