summaryrefslogtreecommitdiff
path: root/src/saveload/oldloader.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-23 13:36:12 +0000
committersmatz <smatz@openttd.org>2009-01-23 13:36:12 +0000
commit042d7800d0c448d093b0fb1fff03bb761a4b510d (patch)
tree67cab509cdc1c89f5601c8ab38d4ed1f45cd3c49 /src/saveload/oldloader.h
parentdecd0c51e45f0cddfd03e83db5a3b9d460694546 (diff)
downloadopenttd-042d7800d0c448d093b0fb1fff03bb761a4b510d.tar.xz
(svn r15223) -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames
Diffstat (limited to 'src/saveload/oldloader.h')
-rw-r--r--src/saveload/oldloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/oldloader.h b/src/saveload/oldloader.h
index 6bee5d5f6..c449c8cd4 100644
--- a/src/saveload/oldloader.h
+++ b/src/saveload/oldloader.h
@@ -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,