From 95cc140404c6524ea16e193e1421e826b239114f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 16 Aug 2009 16:32:38 +0000 Subject: more constness, initial patchDef2 support in MapFile, reverse engine disables impulse drive, r_axis support --- src/model/mapfile.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/model/mapfile.h') diff --git a/src/model/mapfile.h b/src/model/mapfile.h index fd6bf48..0cf66a5 100644 --- a/src/model/mapfile.h +++ b/src/model/mapfile.h @@ -45,6 +45,8 @@ private: /// parse one line, returns false on end-of-file bool getline(); + + bool read_patchdef(); /// current classname inline std::string classname() const @@ -182,6 +184,8 @@ private: Materials map_materials; bool warning_q2brush; + + bool in_patchdef; }; } -- cgit v1.2.3