X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=fc89b4cf0f86c680e188eb87ab355aab06dbc8b2;hb=8afdcba610cded0e54b85069ba051268b29669a6;hp=cb08024bc41559667f6098fc148a6bfa43ad2b1f;hpb=72621d52ae69fa4ecb4329437810d71860ae3ebc;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index cb08024..fc89b4c 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -280,6 +280,7 @@ class Game bool autocam; unsigned short crouchkey,jumpkey,forwardkey,chatkey,backkey,leftkey,rightkey,drawkey,throwkey,attackkey; + unsigned short consolekey; bool oldattackkey; static void LoadTexture(const string fileName, GLuint *textureid,int mipmap, bool hasalpha);