Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/console.h')
-rw-r--r--src/client/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/console.h b/src/client/console.h
index 533a8be..05d62ad 100644
--- a/src/client/console.h
+++ b/src/client/console.h
@@ -33,7 +33,7 @@ public:
void toggle();
/// handle keyboard input
- void keypressed(int key);
+ void keypressed(unsigned int key);
/// true of the console is visible
inline bool visible() { return console_visible; }