src/table/track_land.h
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 5920 16287dbdc64e
--- a/src/table/track_land.h	Thu Jan 11 13:41:16 2007 +0000
+++ b/src/table/track_land.h	Mon Jan 15 20:14:06 2007 +0000
@@ -1,7 +1,7 @@
 /* $Id$ */
 
 #define TILE_SEQ_LINE(img, dx, dy, sx, sy) { dx, dy, 0, sx, sy, 23, img },
-#define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 }
+#define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, 0 }
 
 
 static const DrawTileSeqStruct _depot_gfx_NE[] = {