From 11545f1c4d7dd4664b263323ece1b655bf6ee313 Mon Sep 17 00:00:00 2001 From: darkvater Date: Thu, 16 Sep 2004 15:21:24 +0000 Subject: [PATCH] (svn r273) -Fix: sorry, wrongly fixed --- industry_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industry_cmd.c b/industry_cmd.c index c8f40321f8..414a24e27a 100644 --- a/industry_cmd.c +++ b/industry_cmd.c @@ -1596,7 +1596,7 @@ static void PlaceInitialIndustry(byte type, int amount) } while (--i != 0); } while (--num); - _current_player = OWNER_NONE; + _current_player = old_player; } }