diff Indoor_stuff.h @ 1264:6bc88137a019

Merge
author Gloval
date Thu, 13 Jun 2013 00:56:22 +0400
parents 0aeac0b9ca30
children 8a196c858180 24bc24b64ec2
line wrap: on
line diff
--- a/Indoor_stuff.h	Thu Jun 13 00:53:51 2013 +0400
+++ b/Indoor_stuff.h	Thu Jun 13 00:56:22 2013 +0400
@@ -370,6 +370,17 @@
 extern stru337 stru_F81018;
 
 
+/*  291 */
+enum PolygonType : __int8
+{
+  POLYGON_Invalid = 0x0,
+  POLYGON_VerticalWall = 0x1,
+  POLYGON_unk = 0x2,
+  POLYGON_Floor = 0x3,
+  POLYGON_InBetweenFloorAndWall = 0x4,
+  POLYGON_Ceiling = 0x5,
+  POLYGON_InBetweenCeilingAndWall = 0x6,
+};
 
 
 /*  147 */