]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.cpp
Replaced patchobjects arrays by vectors, cleaned code a bit
[lugaru.git] / Source / Game.cpp
index c38567497e5a1d9226186b939dc4c622e656d70a..0fe8e53fea2da730f42650ce8bf25e8d05cf28f5 100644 (file)
@@ -90,6 +90,7 @@ XYZ mapcenter;
 float mapradius = 0;
 
 Text *text = NULL;
+Text *textmono = NULL;
 float fps = 0;
 
 bool editorenabled = 0;