summaryrefslogtreecommitdiff
path: root/town_cmd.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-09-25 17:37:32 +0000
committertruelight <truelight@openttd.org>2004-09-25 17:37:32 +0000
commit3dc8dcf3123c056f6ebd8fafa0640ef1866ea53e (patch)
tree64e8595cdc93594fe0de037151cd3ba2d3998674 /town_cmd.c
parent75a54521e82f0891633c680c398cb58143204b7f (diff)
downloadopenttd-3dc8dcf3123c056f6ebd8fafa0640ef1866ea53e.tar.xz
(svn r320) -Fix: some last _current_player fixes
Diffstat (limited to 'town_cmd.c')
-rw-r--r--town_cmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/town_cmd.c b/town_cmd.c
index 54237df99..640ce048b 100644
--- a/town_cmd.c
+++ b/town_cmd.c
@@ -250,6 +250,8 @@ static void TileLoop_Town(uint tile)
if ( (byte) (r >> 8) >= 12) {
DoBuildTownHouse(t, tile);
}
+
+ _current_player = OWNER_NONE;
}
}