]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Moved clothes loop to Person, got rid of globals tintr,tintg,tintb
[lugaru.git] / Source / Globals.cpp
index 2969af52c1347281223aa8118e4a0776ea23105a..78d8098471bd2a10ab198a2990924983664f842a 100644 (file)
@@ -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;
@@ -178,7 +177,6 @@ bool tiltweird = false;
 bool midweird = false;
 bool proportionweird = false;
 bool vertexweird[6] = {0};
-ImageRec texture;
 bool debugmode = false;