aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-03-02 12:54:37 +0000
committerJames Brown2002-03-02 12:54:37 +0000
commit945d81761b1e567a00fe54617959fbcef18c80d7 (patch)
tree018031a848235499bd76672acdd240665ee925fb /scumm.h
parentddad6760a5d7db5786476ba95cc309ab80173c15 (diff)
downloadscummvm-rg350-945d81761b1e567a00fe54617959fbcef18c80d7.tar.gz
scummvm-rg350-945d81761b1e567a00fe54617959fbcef18c80d7.tar.bz2
scummvm-rg350-945d81761b1e567a00fe54617959fbcef18c80d7.zip
Added a new '-t' commandline option to set TEMPO_BASE (note: In decimal, not hex.. should fix).
svn-id: r3641
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 16da3fae42..5c4df6720e 100644
--- a/scumm.h
+++ b/scumm.h
@@ -799,7 +799,8 @@ struct Scumm {
// byte _minorScummVersion;
ScummDebugger *_debugger;
void *_gui; /* actually a pointer to a Gui */
-
+
+ int _gameTempo;
int _lastLoadedRoom;
int _roomResource;
byte _encbyte;