]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Obtain float max value from std::numeric_limits
[lugaru.git] / Source / Globals.cpp
index 5bb763f1067baa7785228924bc89101266d6fa09..db533ec567e555804d512b9a1d45ef6cf8b87d64 100644 (file)
@@ -81,7 +81,6 @@ int detail = 0;
 FRUSTUM frustum;
 float texdetail = 0;
 float realtexdetail = 0;
-float terraindetail = 0;
 float playerdist = 0;
 Objects objects;
 int slomo = 0;
@@ -109,7 +108,6 @@ int flashdelay = 0;
 bool vblsync = 0;
 float motionbluramount = 0;
 bool keyboardfrozen = 0;
-char mapname[256] = {0};
 bool loadingstuff = 0;
 bool stillloading = 0;
 bool showpoints = 0;