From d750c85fc8da4128f1f7e8ddbb9ffbf9e86cf16f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 16 Jan 2016 23:51:46 -0500 Subject: MADS: Preliminary converstation message generation --- engines/mads/dialogs.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/mads/dialogs.cpp') diff --git a/engines/mads/dialogs.cpp b/engines/mads/dialogs.cpp index d9b27ce926..80036601b4 100644 --- a/engines/mads/dialogs.cpp +++ b/engines/mads/dialogs.cpp @@ -275,6 +275,10 @@ void TextDialog::setLineXp(int xp) { _lineXp[_numLines] = xp; } +void TextDialog::addIcon(MSprite *frame) { + warning("TODO: addIcon"); +} + void TextDialog::draw() { if (!_lineWidth) --_numLines; -- cgit v1.2.3