cleanup: remove superfluous assignment of .tile property
the .tile property should already have the right value when this method is entered
This commit is contained in:
parent
f4fdb09481
commit
c6586c322f
1 changed files with 0 additions and 1 deletions
|
@ -706,7 +706,6 @@ class MapScanner extends TileBehavior
|
||||||
if (z > 128)
|
if (z > 128)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
this.tile = rawTile & LOMASK;
|
|
||||||
if (tile == RESCLR)
|
if (tile == RESCLR)
|
||||||
{
|
{
|
||||||
if (pop < 8)
|
if (pop < 8)
|
||||||
|
|
Reference in a new issue