(svn r15223) -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames
This commit is contained in:
@@ -37,7 +37,7 @@ enum OldChunkType {
|
||||
/* 4 bits allocated (16 max) */
|
||||
|
||||
OC_TTD = 1 << 4, ///< chunk is valid ONLY for TTD savegames
|
||||
OC_TTO = 1 << 5, ///< -//- TTO (default in neither of these)
|
||||
OC_TTO = 1 << 5, ///< -//- TTO (default is neither of these)
|
||||
/* 4 bits allocated */
|
||||
|
||||
OC_VAR_I8 = 1 << 8,
|
||||
|
Reference in New Issue
Block a user