X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=98f6f6405c11f19fc687fe1c6dfaeefb0f71f26c;hb=2db542f6927807e964ddb7a5962e2f5cd14e3123;hp=f5b42074b40351d932ab66823ac524d85758ac09;hpb=fa2ead2f5252e9061cc7a7ac5d5d25f4445f6ad5;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index f5b4207..98f6f64 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -136,7 +136,6 @@ extern int numchallengelevels; extern bool console; extern std::string consoletext[15]; -extern bool chatting; extern std::string displaytext[15]; extern float displaytime[15]; extern float displayblinkdelay; @@ -153,7 +152,7 @@ extern float changedelay; extern bool waiting; extern Account* accountactive; -extern unsigned short crouchkey, jumpkey, forwardkey, chatkey, backkey, leftkey, rightkey, drawkey, throwkey, attackkey; +extern unsigned short crouchkey, jumpkey, forwardkey, backkey, leftkey, rightkey, drawkey, throwkey, attackkey; extern unsigned short consolekey; void newGame();