(svn r320) -Fix: some last _current_player fixes

This commit is contained in:
truelight
2004-09-25 17:37:32 +00:00
parent 75a54521e8
commit 3dc8dcf312
3 changed files with 8 additions and 0 deletions

View File

@@ -250,6 +250,8 @@ static void TileLoop_Town(uint tile)
if ( (byte) (r >> 8) >= 12) {
DoBuildTownHouse(t, tile);
}
_current_player = OWNER_NONE;
}
}