aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2003-01-16 12:47:34 +0000
committerJames Brown2003-01-16 12:47:34 +0000
commitc24c1270f65f655ccc409950aff1c521f9bb8785 (patch)
treedcc2c94cab46601a71ae777e3c40d4c98c9ca381 /scumm/scumm.h
parentf4dc8c5b1ba65a07efcaf3c14fa4596bcc5f1f07 (diff)
downloadscummvm-rg350-c24c1270f65f655ccc409950aff1c521f9bb8785.tar.gz
scummvm-rg350-c24c1270f65f655ccc409950aff1c521f9bb8785.tar.bz2
scummvm-rg350-c24c1270f65f655ccc409950aff1c521f9bb8785.zip
Some cleanup, implementation of setKeyScript (F1 now attempts to start the save/load menu, albiet fails due to a crash in BlastText)
svn-id: r6480
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 2e08a0dbda..501dc1e51d 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -330,6 +330,8 @@ public:
int checkKeyHit();
void convertKeysToClicks();
+ int keyScriptKey, keyScriptNo;
+
/* Random number generation */
RandomSource _rnd;