Changeset - r20489:e6caa4e1c4ba
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2013-06-29 09:51:03
rubidium@openttd.org
(svn r25510) -Fix: forgot to update some documentation
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/saveload.cpp
Show inline comments
 
@@ -240,25 +240,25 @@
 
 *  172   23947
 
 *  173   23967   1.2.0-RC1
 
 *  174   23973   1.2.x
 
 *  175   24136
 
 *  176   24446
 
 *  177   24619
 
 *  178   24789
 
 *  179   24810
 
 *  180   24998   1.3.x
 
 *  181   25012
 
 *  182   25296
 
 *  183   25363
 
 *  184   xxxxx
 
 *  184   25508
 
 */
 
extern const uint16 SAVEGAME_VERSION = 184; ///< Current savegame version of OpenTTD.
 

	
 
SavegameType _savegame_type; ///< type of savegame we are loading
 

	
 
uint32 _ttdp_version;     ///< version of TTDP savegame (if applicable)
 
uint16 _sl_version;       ///< the major savegame version identifier
 
byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
 
char _savegame_format[8]; ///< how to compress savegames
 
bool _do_autosave;        ///< are we doing an autosave at the moment?
 

	
 
/** What are we currently doing? */
0 comments (0 inline, 0 general)