X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=78d8098471bd2a10ab198a2990924983664f842a;hb=ff29f47f799d99cec7c2a6aa2cf818da2b931fc5;hp=16d350da381750789b41c8d93b28bbbd2fd6fa35;hpb=5509b55dbc13227bdc7b97f2934fa71dad02cc66;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 16d350d..78d8098 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -53,7 +53,6 @@ float windvar = 0; float precipdelay = 0; float gamespeed = 0; float oldgamespeed = 0; -float tintr = 0, tintg = 0, tintb = 0; int difficulty = 0; float multiplier = 0; float realmultiplier = 0; @@ -167,7 +166,7 @@ float skyboxlightb = 0; int hostile = 0; float hostiletime = 0; -XYZ envsound[30]; // = {0}; +XYZ envsound[30]; float envsoundvol[30] = {0}; float envsoundlife[30] = {0}; int numenvsounds; @@ -178,7 +177,6 @@ bool tiltweird = false; bool midweird = false; bool proportionweird = false; bool vertexweird[6] = {0}; -ImageRec texture; bool debugmode = false; @@ -186,8 +184,6 @@ bool campaign = false; bool gamestarted = false; -//TextureList textures; - StereoMode stereomode = stereoNone; StereoMode newstereomode = stereoNone; float stereoseparation = 0.05;