summaryrefslogtreecommitdiff
path: root/src/table/autorail.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-01-14 19:59:25 +0000
committerpeter1138 <peter1138@openttd.org>2007-01-14 19:59:25 +0000
commit13da8502c03efe9fcc3ac88081517512d878ef34 (patch)
tree60b55349123ba3242d97d4fb9f3ca9fa371c8a02 /src/table/autorail.h
parentca9843424be6008d9b8019423f2ead65fdb75fe2 (diff)
downloadopenttd-13da8502c03efe9fcc3ac88081517512d878ef34.tar.xz
(svn r8129) -Codechange: Change data tables to use split off palette map. And
include a file missed last time...
Diffstat (limited to 'src/table/autorail.h')
-rw-r--r--src/table/autorail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/autorail.h b/src/table/autorail.h
index d94747ec1..3d47e33e3 100644
--- a/src/table/autorail.h
+++ b/src/table/autorail.h
@@ -9,7 +9,7 @@
*/
// mark invalid tiles red
-#define RED(c) c | PALETTE_SEL_TILE_RED
+#define RED(c) -c
// table maps each of the six rail directions and tileh combinations to a sprite
// invalid entries are required to make sure that this array can be quickly accessed