X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.cpp;h=0fe8e53fea2da730f42650ce8bf25e8d05cf28f5;hb=8b8230c564e1f0063b381e77bf6222af9f2e678d;hp=76455fb7a55fb9258f078f3a87aa7369c0044f4c;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Game.cpp b/Source/Game.cpp index 76455fb..0fe8e53 100644 --- a/Source/Game.cpp +++ b/Source/Game.cpp @@ -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; @@ -112,11 +113,6 @@ int numchallengelevels = 0; bool console = false; std::string consoletext[15] = {}; -std::string displaytext[15] = {}; -float displaytime[15] = {}; -float displayblinkdelay = 0; -bool displayblink = 0; -unsigned displayselected = 0; float consoleblinkdelay = 0; bool consoleblink = 0; unsigned consoleselected = 0;