cleanup: change Animate.Smoke.AniThis to a boolean array
since it only holds true/false values git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@571 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
84fa05500b
commit
d9d42b1af2
2 changed files with 2 additions and 2 deletions
|
@ -843,7 +843,7 @@ class MapScanner
|
|||
return;
|
||||
|
||||
int z = ((cchr9 - IZB) / 8) % 8;
|
||||
if (Smoke.AniThis[z] != 0)
|
||||
if (Smoke.AniThis[z])
|
||||
{
|
||||
int xx = xpos + Smoke.DX1[z];
|
||||
int yy = ypos + Smoke.DY1[z];
|
||||
|
|
Reference in a new issue