X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=d97de52b2c4738fc28e0bdfbee0ee7634996b3cb;hb=bbf8873b80baf3cb468ac12b3f62b0938320fef1;hp=40880f727ac1771b35fbc2605d4ec0cb96a7f4b9;hpb=75fca769413e46462a498e27b7eb1c931af13e55;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 40880f7..d97de52 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -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; @@ -124,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;