src/table/unmovable_land.h
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 5920 16287dbdc64e
--- a/src/table/unmovable_land.h	Wed Jan 10 18:44:52 2007 +0000
+++ b/src/table/unmovable_land.h	Wed Jan 10 18:56:51 2007 +0000
@@ -10,7 +10,7 @@
 	byte unused;
 } DrawTileUnmovableStruct;
 
-#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 DrawTileUnmovableStruct _draw_tile_unmovable_data[] = {
 	{0xA29, 7, 7, 2, 2, 70, 0},