X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=d97de52b2c4738fc28e0bdfbee0ee7634996b3cb;hb=bbf8873b80baf3cb468ac12b3f62b0938320fef1;hp=5ec388e15dcd7f3a4dbd13766c76cbda41411454;hpb=8dda34d525dcb410195a05592fa72cef1954777b;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 5ec388e..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; @@ -122,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;