(svn r10697) -Codechange: give a more sensible names to some of the unkX variables.

This commit is contained in:
rubidium
2007-07-26 15:37:19 +00:00
parent 02ab86631e
commit 5bd241eb5b
8 changed files with 27 additions and 27 deletions

View File

@@ -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)