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:
Jason Long 2014-06-20 09:35:17 -04:00
parent f4fdb09481
commit c6586c322f

View file

@ -706,7 +706,6 @@ class MapScanner extends TileBehavior
if (z > 128)
return;
this.tile = rawTile & LOMASK;
if (tile == RESCLR)
{
if (pop < 8)