(svn r15223) -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames

This commit is contained in:
smatz
2009-01-23 13:36:12 +00:00
parent da066fab5b
commit 3126914f36
4 changed files with 140 additions and 140 deletions

View File

@@ -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,