(svn r21263) -Fix [FS#3935]: under some circumstances two vehicles could leave a non-drive through road stop at once

This commit is contained in:
rubidium
2010-11-20 09:09:57 +00:00
parent eb1bf15fc4
commit d24dbdac7b
5 changed files with 45 additions and 27 deletions

View File

@@ -215,8 +215,9 @@
* 150 20857
* 151 20918
* 152 21171
* 153 21263
*/
extern const uint16 SAVEGAME_VERSION = 152; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 153; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading