]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.cpp
Added a helper for getting model triangle vertexes, mostly used in Decal for now.
[lugaru.git] / Source / Game.cpp
index 5da0518b1583e617cffca29ad293b8e75bbe9645..0fe8e53fea2da730f42650ce8bf25e8d05cf28f5 100644 (file)
@@ -64,7 +64,7 @@ float yaw = 0;
 float pitch = 0;
 SkyBox *skybox = NULL;
 bool cameramode = 0;
-bool firstload = 0;
+bool firstLoadDone = false;
 
 Texture hawktexture;
 float hawkyaw = 0;
@@ -90,6 +90,7 @@ XYZ mapcenter;
 float mapradius = 0;
 
 Text *text = NULL;
+Text *textmono = NULL;
 float fps = 0;
 
 bool editorenabled = 0;