From f5c8fc72ca1801a7771a75d652c58754b36db768 Mon Sep 17 00:00:00 2001 From: neoraider Date: Tue, 12 Jun 2007 17:19:01 +0000 Subject: libzoom: Added gates to level loader; zoom: Added gate to level; some Makefile.am changes --- zoom/types.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'zoom/types.h') diff --git a/zoom/types.h b/zoom/types.h index 4c86190..3feb5a3 100644 --- a/zoom/types.h +++ b/zoom/types.h @@ -23,7 +23,7 @@ #pragma pack(push, 2) typedef struct WALL { - unsigned char type; + //unsigned char type; unsigned char visible; union { TRIANGLE triangle; @@ -42,15 +42,6 @@ typedef struct _THING { unsigned char visible; VERTEX pos; } THING; - -typedef struct _GATE { - unsigned char type; - unsigned char open; - WALL walls[2]; - VERTEX point; - int room; - int gate; -} GATE; #pragma pack(pop) #endif -- cgit v1.2.3