(svn r26802) -Add: Command to set visibility of an engine for a company (based on patch by Juanjo).

This commit is contained in:
alberth
2014-09-07 16:12:58 +00:00
parent eb41511cd1
commit f72ad87540
7 changed files with 57 additions and 1 deletions

View File

@@ -260,8 +260,9 @@
* 190 26547
* 191 26646
* 192 26700
* 193 26802
*/
extern const uint16 SAVEGAME_VERSION = 192; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 193; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading