about summary refs log tree commit diff
path: root/src/game/g_mapitems.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-12 23:53:39 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-12 23:53:39 +0000
commit24969cd0efa675d399b4a5b97077b7c8d06b5fec (patch)
tree9ab9f3b69646fbb11a852710fcae7a57b2e45dda /src/game/g_mapitems.h
parent0883fc3dfd51d8dda9a9dc055400871057cfe3a2 (diff)
downloadzcatch-24969cd0efa675d399b4a5b97077b7c8d06b5fec.tar.gz
zcatch-24969cd0efa675d399b4a5b97077b7c8d06b5fec.zip
tilemap skip optimizating
Diffstat (limited to 'src/game/g_mapitems.h')
-rw-r--r--src/game/g_mapitems.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_mapitems.h b/src/game/g_mapitems.h
index a8278a44..d78cf66d 100644
--- a/src/game/g_mapitems.h
+++ b/src/game/g_mapitems.h
@@ -77,7 +77,7 @@ typedef struct
 {
 	unsigned char index;
 	unsigned char flags;
-	unsigned char reserved1;
+	unsigned char skip;
 	unsigned char reserved2;
 } TILE;