aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl_v2.h
diff options
context:
space:
mode:
authorWalter van Niftrik2017-02-17 21:08:49 +0100
committerWalter van Niftrik2017-02-17 21:09:52 +0100
commitd405e9e09b92d74bbf2e31af5af44395a99e09c0 (patch)
treea67ccd1c130f726f09c5aa4065f9b7072d5b58e2 /engines/adl/adl_v2.h
parentfb7992568fb9a93c17eef16d9c0bfa0d55e237e0 (diff)
downloadscummvm-rg350-d405e9e09b92d74bbf2e31af5af44395a99e09c0.tar.gz
scummvm-rg350-d405e9e09b92d74bbf2e31af5af44395a99e09c0.tar.bz2
scummvm-rg350-d405e9e09b92d74bbf2e31af5af44395a99e09c0.zip
ADL: Implement hires6 action opcode 0x0b
Diffstat (limited to 'engines/adl/adl_v2.h')
-rw-r--r--engines/adl/adl_v2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/adl/adl_v2.h b/engines/adl/adl_v2.h
index f0af9eba22..5447974a2e 100644
--- a/engines/adl/adl_v2.h
+++ b/engines/adl/adl_v2.h
@@ -62,6 +62,7 @@ protected:
int askForSlot(const Common::String &question);
void checkTextOverflow(char c);
+ void handleTextOverflow();
int o2_isFirstTime(ScriptEnv &e);
int o2_isRandomGT(ScriptEnv &e);
@@ -85,7 +86,7 @@ protected:
Common::String restoreInsert, restoreReplace;
} _strings_v2;
- uint _linesPrinted;
+ uint _linesPrinted, _maxLines;
DiskImage *_disk;
Common::Array<DataBlockPtr> _itemPics;
bool _itemRemoved;