mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-05 22:04:57 +00:00
(svn r273) -Fix: sorry, wrongly fixed
This commit is contained in:
parent
1cfc877088
commit
11545f1c4d
@ -1596,7 +1596,7 @@ static void PlaceInitialIndustry(byte type, int amount)
|
||||
} while (--i != 0);
|
||||
} while (--num);
|
||||
|
||||
_current_player = OWNER_NONE;
|
||||
_current_player = old_player;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user