]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Obtain float max value from std::numeric_limits
[lugaru.git] / Source / Globals.cpp
index 40880f727ac1771b35fbc2605d4ec0cb96a7f4b9..db533ec567e555804d512b9a1d45ef6cf8b87d64 100644 (file)
@@ -35,7 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "openal_wrapper.h"
 #include "Stereo.h"
 
-#include "Constants.h"
 #include "Animation.h"
 
 bool visibleloading = 0;
@@ -82,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;
@@ -110,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;