aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
authorStrangerke2015-12-19 11:59:32 +0100
committerWillem Jan Palenstijn2015-12-23 21:35:29 +0100
commitdf1376983d9181a5b08011bf3b5b4d8684d06b38 (patch)
tree5f7fb10b94ab183b7d8864e7941254c74014d913 /engines/lab/eventman.h
parent567ed6a57a2b7c5a05361ac476de7f8a88fa0181 (diff)
downloadscummvm-rg350-df1376983d9181a5b08011bf3b5b4d8684d06b38.tar.gz
scummvm-rg350-df1376983d9181a5b08011bf3b5b4d8684d06b38.tar.bz2
scummvm-rg350-df1376983d9181a5b08011bf3b5b4d8684d06b38.zip
LAB: Simplify code related to _keyBuf handling
Diffstat (limited to 'engines/lab/eventman.h')
-rw-r--r--engines/lab/eventman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h
index 342f8599c1..6563467eb8 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -77,7 +77,7 @@ private:
uint16 _nextKeyIn;
uint16 _nextKeyOut;
- uint16 _keyBuf[64];
+ Common::KeyCode _keyBuf[64];
Button *_hitButton;
Button *_lastButtonHit;