From d405e9e09b92d74bbf2e31af5af44395a99e09c0 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Fri, 17 Feb 2017 21:08:49 +0100 Subject: ADL: Implement hires6 action opcode 0x0b --- engines/adl/adl_v2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/adl/adl_v2.h') 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 _itemPics; bool _itemRemoved; -- cgit v1.2.3