X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=709e021f273778149893124dcb7ece7f272f92a7;hb=97989f58ab13c64fbe05e629d2b2a024a2c3cfa4;hp=1cb6dbf7b8ce3e84e23b81516e2b75e0217750c5;hpb=1c7d28a2fc93699ab955ea66203d0c36bba9d977;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 1cb6dbf..709e021 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -3,20 +3,18 @@ Copyright (C) 2003, 2010 - Wolfire Games This file is part of Lugaru. -Lugaru is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. +Lugaru is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -This program is distributed in the hope that it will be useful, +Lugaru is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -See the GNU General Public License for more details. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +along with Lugaru. If not, see . */ #include "SDL.h" @@ -31,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Objects.h" #include "Weapons.h" #include "Person.h" -#include "TGALoader.h" +#include "ImageIO.h" #include "openal_wrapper.h" #include "Stereo.h" @@ -59,6 +57,7 @@ int difficulty = 0; float multiplier = 0; float realmultiplier = 0; float screenwidth = 0, screenheight = 0; +bool fullscreen = 0; float viewdistance = 0; XYZ viewer; XYZ viewerfacing; @@ -179,7 +178,7 @@ bool tiltweird = false; bool midweird = false; bool proportionweird = false; bool vertexweird[6] = {0}; -TGAImageRec texture; +ImageRec texture; bool debugmode = false;