unmovable_cmd.c
changeset 3654 4a3f8056a61c
parent 3645 86af43f87885
child 3657 2be38157182d
--- a/unmovable_cmd.c	Mon Apr 24 20:11:42 2006 +0000
+++ b/unmovable_cmd.c	Mon Apr 24 21:10:56 2006 +0000
@@ -17,6 +17,7 @@
 #include "sprite.h"
 #include "unmovable_map.h"
 #include "variables.h"
+#include "table/unmovable_land.h"
 
 /** Destroy a HQ.
  * During normal gameplay you can only implicitely destroy a HQ when you are
@@ -119,18 +120,6 @@
 	return cost;
 }
 
-typedef struct DrawTileUnmovableStruct {
-	uint16 image;
-	byte subcoord_x;
-	byte subcoord_y;
-	byte width;
-	byte height;
-	byte z_size;
-	byte unused;
-} DrawTileUnmovableStruct;
-
-#include "table/unmovable_land.h"
-
 static void DrawTile_Unmovable(TileInfo *ti)
 {
 	uint32 image, ormod;