internal docs: explain fire as source of pollution
in getPollutionValue() function git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@559 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
908ff0b5a1
commit
16ad436a14
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ public class Micropolis
|
||||||
if (tile < ROADBASE)
|
if (tile < ROADBASE)
|
||||||
{
|
{
|
||||||
if (tile > FIREBASE)
|
if (tile > FIREBASE)
|
||||||
return 90;
|
return 90; //active fire
|
||||||
|
|
||||||
if (tile >= RADTILE)
|
if (tile >= RADTILE)
|
||||||
return 255; //radioactivity
|
return 255; //radioactivity
|
||||||
|
|
Reference in a new issue