src/table/unmovable_land.h
changeset 9066 29d5a0dfc329
parent 9065 5b94b17e4f1d
child 9067 88f2bc991236
--- a/src/table/unmovable_land.h	Fri Feb 15 18:21:04 2008 +0000
+++ b/src/table/unmovable_land.h	Fri Feb 15 18:34:26 2008 +0000
@@ -15,8 +15,8 @@
 	{0xA2A, 4, 4, 7, 7, 61, 0},
 };
 
-#define TILE_SEQ_LINE(sz, img) { 0, 0, 0, 16, 16, sz, img, PAL_NONE },
-#define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, 0, 0 }
+#define TILE_SEQ_LINE(sz, img) { 0, 0, 0, 16, 16, sz, {img, PAL_NONE} },
+#define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, {0, 0} }
 
 static const DrawTileSeqStruct _unmovable_display_nothing[] = {
 	TILE_SEQ_END()