summaryrefslogtreecommitdiff
path: root/industry_cmd.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-16 15:21:24 +0000
committerdarkvater <darkvater@openttd.org>2004-09-16 15:21:24 +0000
commit11545f1c4d7dd4664b263323ece1b655bf6ee313 (patch)
tree3cbe88b2c935bc42196b6ed75431eeea0f644535 /industry_cmd.c
parent1cfc87708899e41ced571ff421f628daf7767042 (diff)
downloadopenttd-11545f1c4d7dd4664b263323ece1b655bf6ee313.tar.xz
(svn r273) -Fix: sorry, wrongly fixed
Diffstat (limited to 'industry_cmd.c')
-rw-r--r--industry_cmd.c2
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;
}
}