(svn r273) -Fix: sorry, wrongly fixed

This commit is contained in:
darkvater 2004-09-16 15:21:24 +00:00
parent 1cfc877088
commit 11545f1c4d
1 changed files with 1 additions and 1 deletions

View File

@ -1596,7 +1596,7 @@ static void PlaceInitialIndustry(byte type, int amount)
} while (--i != 0);
} while (--num);
_current_player = OWNER_NONE;
_current_player = old_player;
}
}