From ebf6797678b58aa558ab933fd3f5931fcf0406b9 Mon Sep 17 00:00:00 2001 From: belugas Date: Mon, 24 Apr 2006 21:10:56 +0000 Subject: (svn r4568) CodeChange : Bring definitions and uses of DrawTypesStructures toguether. --- table/unmovable_land.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'table/unmovable_land.h') diff --git a/table/unmovable_land.h b/table/unmovable_land.h index 15c226333..490c4564b 100644 --- a/table/unmovable_land.h +++ b/table/unmovable_land.h @@ -1,5 +1,15 @@ /* $Id$ */ +typedef struct DrawTileUnmovableStruct { + uint16 image; + byte subcoord_x; + byte subcoord_y; + byte width; + byte height; + byte z_size; + byte unused; +} DrawTileUnmovableStruct; + #define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 } static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = { -- cgit v1.2.3-70-g09d2