summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-26 15:37:19 +0000
committerrubidium <rubidium@openttd.org>2007-07-26 15:37:19 +0000
commit5bd241eb5b151dd9a5ebda0a93aff8740713ce62 (patch)
treea2c74a07b630863365bb8cb9d93475e8003e1845 /src/industry_cmd.cpp
parent02ab86631e59bc247b9f01c21b69e6f6b99a0d3f (diff)
downloadopenttd-5bd241eb5b151dd9a5ebda0a93aff8740713ce62.tar.xz
(svn r10697) -Codechange: give a more sensible names to some of the unkX variables.
Diffstat (limited to 'src/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
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)