X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=901ac1afe90f18d84fa9500969187bb144c6d6bf;hb=59d1ab59970dcc39917b4be3df6797315dca691a;hp=bf622bf128de9c0d712caf8fc235acd19a62539f;hpb=14d27ff7369d8892e08b520309c90ece4ab883a7;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index bf622bf..901ac1a 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -39,7 +39,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Animation.h" bool visibleloading = 0; -int channels[100] = {0}; float volume = 0; bool ismotionblur = 0; @@ -199,8 +198,6 @@ float skyboxlightr = 0; float skyboxlightg = 0; float skyboxlightb = 0; -float bonusnum[100] = {0}; - int hostile = 0; float hostiletime = 0; @@ -218,13 +215,6 @@ bool vertexweird[6] = {0}; TGAImageRec texture; bool debugmode = 0; -int oldbonus = 0; -int bonus = 0; -float bonusvalue = 0; -float bonustotal = 0; -float startbonustotal = 0; -float bonustime = 0; - bool won = 0;