]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Graphic/Models.hpp
Removed unused members in Model class
[lugaru.git] / Source / Graphic / Models.hpp
index ecfb3dd8cb46028216f1b14155714796defe2490..eb4ef0909383af7d88045a987644504be07fc186 100644 (file)
@@ -64,9 +64,8 @@ class Model
 {
 public:
     short vertexNum;
-    bool hastexture;
 
-    int type, oldtype;
+    int type;
 
     int* owner;
     XYZ* vertex;