From 01b98a40b9c6d8ace96538342ccdd6ac46fbbbe7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 22 Oct 2011 10:42:01 +0000 Subject: Initial support for the Material::Origin surface flag --- src/model/mapfile.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/model/mapfile.h') diff --git a/src/model/mapfile.h b/src/model/mapfile.h index 011c01d..551943e 100644 --- a/src/model/mapfile.h +++ b/src/model/mapfile.h @@ -174,7 +174,6 @@ private: /// list of planes for the current brush std::vector planes; - std::string classname_current; std::string key_current; std::string value_current; @@ -203,6 +202,10 @@ private: float class_distance; bool class_engine; + + /// list of vertices with the origin material within the current map class + std::vector class_origin_vertices; + Materials map_materials; TriangleList map_collisiontriangles; -- cgit v1.2.3