summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-05-12 00:27:12 +0000
committerbelugas <belugas@openttd.org>2006-05-12 00:27:12 +0000
commit2ea90251d01a89548f1e52a8c8b19425a0e58147 (patch)
tree36fe79f884e68254fe04d4ca3074abb5c9ad1819 /openttd.h
parentda19d0653eb2ad5dc03993960efa68314f9536bc (diff)
downloadopenttd-2ea90251d01a89548f1e52a8c8b19425a0e58147.tar.xz
(svn r4838) Newgrf : Add empty base for newcargos
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openttd.h b/openttd.h
index 5bf21c3ce..c61a64dfc 100644
--- a/openttd.h
+++ b/openttd.h
@@ -67,6 +67,7 @@ typedef uint16 TownID;
typedef byte PlayerID;
typedef byte OrderID;
typedef byte CargoID;
+typedef byte LandscapeID;
typedef uint16 StringID;
typedef uint32 SpriteID; ///< The number of a sprite, without mapping bits and colortables
typedef uint32 PalSpriteID; ///< The number of a sprite plus all the mapping bits and colortables