diff options
author | rubidium <rubidium@openttd.org> | 2009-01-03 13:52:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-03 13:52:06 +0000 |
commit | 0d54db5f9fb3a3987f908645ca9693684f34674b (patch) | |
tree | d7251708eeba7b26d032505b22c0bb570da26501 /src/saveload.h | |
parent | fa2bf69a5384a8035a92a069f47f31a178bc3f3c (diff) | |
download | openttd-0d54db5f9fb3a3987f908645ca9693684f34674b.tar.xz |
(svn r14803) -Codechange: move order list management into it's own class and remove the order count from the savegame as we can easily count that (PhilSophus)
Diffstat (limited to 'src/saveload.h')
-rw-r--r-- | src/saveload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saveload.h b/src/saveload.h index e52045a83..6585230a9 100644 --- a/src/saveload.h +++ b/src/saveload.h @@ -66,6 +66,7 @@ enum SLRefType { REF_ROADSTOPS = 5, REF_ENGINE_RENEWS = 6, REF_CARGO_PACKET = 7, + REF_ORDERLIST = 8, }; #define SL_MAX_VERSION 255 |