engine: only use PWRBIT flag on zone center tiles
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@758 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
ba7ade2fa4
commit
a190bbf88b
1 changed files with 0 additions and 5 deletions
|
@ -62,11 +62,6 @@ class MapScanner
|
|||
|
||||
cchr9 = (char) (cchr & LOMASK);
|
||||
|
||||
if (city.newPower && isConductive(cchr))
|
||||
{
|
||||
setZonePower();
|
||||
}
|
||||
|
||||
if (isRoad(cchr))
|
||||
{
|
||||
doRoad();
|
||||
|
|
Reference in a new issue