Преглед изворни кода

remove UNK_TYPE and UNK_SHAPE

mikymod пре 12 година
родитељ
комит
fd81b6b256
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      engine/resource/UnitResource.h

+ 2 - 2
engine/resource/UnitResource.h

@@ -62,8 +62,8 @@ struct UnitCamera
 struct UnitActor
 {
 	uint32_t name;
-	enum {STATIC, DYNAMIC, UNK_TYPE} type;
-	enum {SPHERE, BOX, PLANE, UNK_SHAPE} shape;
+	enum {STATIC, DYNAMIC} type;
+	enum {SPHERE, BOX, PLANE} shape;
 	bool active;
 };