X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.cpp;h=f41a92a6b97dc05e21b53c430df44295c520aefa;hb=5931bd1edf827e8645f89b5a4a16585cb25bc6e1;hp=16014421732bfa4904e70777d8efc968c85c2265;hpb=1c7d28a2fc93699ab955ea66203d0c36bba9d977;p=lugaru.git diff --git a/Source/Game.cpp b/Source/Game.cpp index 1601442..f41a92a 100644 --- a/Source/Game.cpp +++ b/Source/Game.cpp @@ -124,7 +124,6 @@ int numchallengelevels = 0; bool console = false; std::string consoletext[15] = {}; -bool chatting = 0; std::string displaytext[15] = {}; float displaytime[15] = {}; float displayblinkdelay = 0; @@ -134,7 +133,7 @@ float consoleblinkdelay = 0; bool consoleblink = 0; int consoleselected = 0; -unsigned short crouchkey = 0, jumpkey = 0, forwardkey = 0, chatkey = 0, backkey = 0, leftkey = 0, rightkey = 0, drawkey = 0, throwkey = 0, attackkey = 0; +unsigned short crouchkey = 0, jumpkey = 0, forwardkey = 0, backkey = 0, leftkey = 0, rightkey = 0, drawkey = 0, throwkey = 0, attackkey = 0; unsigned short consolekey = 0; int loading = 0;