diff options
author | darkvater <darkvater@openttd.org> | 2004-09-16 15:21:24 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2004-09-16 15:21:24 +0000 |
commit | 11545f1c4d7dd4664b263323ece1b655bf6ee313 (patch) | |
tree | 3cbe88b2c935bc42196b6ed75431eeea0f644535 | |
parent | 1cfc87708899e41ced571ff421f628daf7767042 (diff) | |
download | openttd-11545f1c4d7dd4664b263323ece1b655bf6ee313.tar.xz |
(svn r273) -Fix: sorry, wrongly fixed
-rw-r--r-- | industry_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/industry_cmd.c b/industry_cmd.c index c8f40321f..414a24e27 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; } } |