X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=db533ec567e555804d512b9a1d45ef6cf8b87d64;hb=7602f0f320a55597c79cdbee252658d601ca1853;hp=5bb763f1067baa7785228924bc89101266d6fa09;hpb=f1f55db0495129376cff147ade264b4294f9bdc7;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 5bb763f..db533ec 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -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;