diff options
author | tron <tron@openttd.org> | 2006-04-02 07:30:01 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-04-02 07:30:01 +0000 |
commit | 82bfd0520f7d593103e7db39a1296d276c121904 (patch) | |
tree | 573b5b763f9c6a8b01b76e4ab5f65bd5a354cadb /openttd.h | |
parent | f2087afbba298b126fe2d848822a0a67cc7200fc (diff) | |
download | openttd-82bfd0520f7d593103e7db39a1296d276c121904.tar.xz |
(svn r4231) Remove ModifyTile(), it's not used anymore, yay!
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -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, |