aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires2.h
diff options
context:
space:
mode:
authorWalter van Niftrik2016-03-15 22:34:00 +0100
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commit1e5fff86c875958408f3a5532451139626a4dc56 (patch)
tree6f118fb95ab50f06e3b5d996f8c5d3b4664449b5 /engines/adl/hires2.h
parent7cef93739c24bb017e31bb2d5c359a93582426cd (diff)
downloadscummvm-rg350-1e5fff86c875958408f3a5532451139626a4dc56.tar.gz
scummvm-rg350-1e5fff86c875958408f3a5532451139626a4dc56.tar.bz2
scummvm-rg350-1e5fff86c875958408f3a5532451139626a4dc56.zip
ADL: Fix hires2 message printing
Diffstat (limited to 'engines/adl/hires2.h')
-rw-r--r--engines/adl/hires2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/adl/hires2.h b/engines/adl/hires2.h
index 91bbf0a4f7..d88e43a5a6 100644
--- a/engines/adl/hires2.h
+++ b/engines/adl/hires2.h
@@ -87,6 +87,7 @@ private:
void drawPic(byte pic, Common::Point pos) const;
void drawItem(const Item &item, const Common::Point &pos) const { }
void showRoom();
+ void printMessage(uint idx, bool wait);
void loadRoom(uint i);
void checkTextOverflow(char c);