From dd688cecdd725b9a78cd03b6a0bac45e230e79ae Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 2 Apr 2006 07:30:01 +0000 Subject: (svn r4231) Remove ModifyTile(), it's not used anymore, yay! --- openttd.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'openttd.h') 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, -- cgit v1.2.3-54-g00ecf