TODO- document a potential bug that needs reviewed some day
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@596 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
d7c37b2909
commit
344c34c039
1 changed files with 1 additions and 0 deletions
|
@ -681,6 +681,7 @@ class MapScanner
|
|||
city.needHospital = 0;
|
||||
}
|
||||
|
||||
//FIXME- should be 'else if'
|
||||
if (city.needChurch > 0)
|
||||
{
|
||||
zonePlop(CHURCH - 4);
|
||||
|
|
Reference in a new issue