X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=7184ce2f887d3b0021714f7fec1f997dd76d40db;hb=b32cd80b243d77cd80e026c7ae73e33ec39b1de9;hp=66c6c9bc6a37781e244c9a52ee62c5d4dedec902;hpb=b84825978803615f45a9f128232e62431042aec0;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 66c6c9b..7184ce2 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -18,15 +18,14 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include "SDL.h" +#include "Graphic/Stereo.hpp" +#include "Math/Quaternions.hpp" +#include "Objects/Weapons.hpp" +#include #include -#include "Graphic/Stereo.h" -#include "Math/Quaternions.h" -#include "Objects/Weapons.h" - -bool visibleloading = 0; +bool visibleloading = false; float volume = 0; bool ismotionblur = false; @@ -66,7 +65,6 @@ FRUSTUM frustum; float texdetail = 0; float realtexdetail = 0; float playerdist = 0; -Objects objects; int slomo = 0; float slomodelay = 0; GLubyte bloodText[512 * 512 * 3] = {0}; @@ -103,12 +101,6 @@ float smoketex = 0; float slomospeed = 0; float slomofreq = 0; -int tutoriallevel = 0; -int tutorialstage = 0; -float tutorialstagetime = 0; -float tutorialmaxtime = 0; -float tutorialsuccess = 0; - bool againbonus = false; float damagedealt = 0;