]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
The console key is now easy to configure. (the option will only be shown in debug...
[lugaru.git] / Source / Game.h
index cb08024bc41559667f6098fc148a6bfa43ad2b1f..fc89b4cf0f86c680e188eb87ab355aab06dbc8b2 100644 (file)
@@ -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);