X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=78d8098471bd2a10ab198a2990924983664f842a;hb=ff29f47f799d99cec7c2a6aa2cf818da2b931fc5;hp=624aa587c1a619ec8fa7e72ada0f4c2cbfbcdabe;hpb=acc0e37a142590af4d878d2b92e4e3a0d8c51653;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 624aa58..78d8098 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -52,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; @@ -166,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; @@ -177,7 +177,6 @@ bool tiltweird = false; bool midweird = false; bool proportionweird = false; bool vertexweird[6] = {0}; -ImageRec texture; bool debugmode = false; @@ -185,8 +184,6 @@ bool campaign = false; bool gamestarted = false; -//TextureList textures; - StereoMode stereomode = stereoNone; StereoMode newstereomode = stereoNone; float stereoseparation = 0.05;