summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-02 07:30:01 +0000
committertron <tron@openttd.org>2006-04-02 07:30:01 +0000
commitdd688cecdd725b9a78cd03b6a0bac45e230e79ae (patch)
tree573b5b763f9c6a8b01b76e4ab5f65bd5a354cadb /openttd.h
parentb5eb55d527817ac4cbd74a916f77a6d23d4b6cd5 (diff)
downloadopenttd-dd688cecdd725b9a78cd03b6a0bac45e230e79ae.tar.xz
(svn r4231) Remove ModifyTile(), it's not used anymore, yay!
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/openttd.h b/openttd.h
index f8fdfb2f9..2ca959c4d 100644
--- a/openttd.h
+++ b/openttd.h
@@ -353,26 +353,6 @@ typedef struct {
} TileTypeProcs;
-
-#define MP_SETTYPE(x) ((x+1) << 8)
-
-enum {
- MP_MAP2 = 1<<0,
- MP_MAP3LO = 1<<1,
- MP_MAP3HI = 1<<2,
- MP_MAP5 = 1<<3,
- MP_MAPOWNER_CURRENT = 1<<4,
- MP_MAPOWNER = 1<<5,
-
- MP_TYPE_MASK = 0xF << 8,
-
- MP_MAP2_CLEAR = 1 << 12,
- MP_MAP3LO_CLEAR = 1 << 13,
- MP_MAP3HI_CLEAR = 1 << 14,
-
- MP_NODIRTY = 1<<15,
-};
-
enum {
WC_MAIN_WINDOW = 0x0,
WC_MAIN_TOOLBAR = 0x1,