X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=d97de52b2c4738fc28e0bdfbee0ee7634996b3cb;hb=ab6914764793b00eb6be0e3a939517636e4b5c3a;hp=5bb763f1067baa7785228924bc89101266d6fa09;hpb=f1f55db0495129376cff147ade264b4294f9bdc7;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 5bb763f..d97de52 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; @@ -123,7 +121,6 @@ short vRefNum = 0; long dirID = 0; int mainmenu = 0; int oldmainmenu = 0; -int loadscreencolor = 0; int whichjointstartarray[26] = {0}; int whichjointendarray[26] = {0}; int kBitsPerPixel = 0;