diff -r 4bf29d14edba -r c30fe89622df src/table/unmovable_land.h --- a/src/table/unmovable_land.h Sat Mar 10 11:07:13 2007 +0000 +++ b/src/table/unmovable_land.h Sun Mar 11 16:31:18 2007 +0000 @@ -1,6 +1,6 @@ /* $Id$ */ -typedef struct DrawTileUnmovableStruct { +struct DrawTileUnmovableStruct { uint16 image; byte subcoord_x; byte subcoord_y; @@ -8,7 +8,7 @@ byte height; byte z_size; byte unused; -} DrawTileUnmovableStruct; +}; #define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, 0, 0 }