aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/dialogs.h')
-rw-r--r--engines/mads/dialogs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mads/dialogs.h b/engines/mads/dialogs.h
index 7642b76a3c..e2db2d8940 100644
--- a/engines/mads/dialogs.h
+++ b/engines/mads/dialogs.h
@@ -127,7 +127,7 @@ protected:
Common::String _lines[TEXT_DIALOG_MAX_LINES];
int _lineXp[TEXT_DIALOG_MAX_LINES];
SpriteAsset *_edgeSeries;
- MSurface *_icon;
+ MSurface *_portrait;
int _piecesPerCenter;
int _fontSpacing;
@@ -151,11 +151,11 @@ public:
* @param vm Engine reference
* @param fontName Font to use for display
* @param pos Position for window top-left
- * @param icon Speaker portrait to show in dialog
+ * @param portrait Speaker portrait to show in dialog
* @param maxTextChars Horizontal width of text portion of window in characters
*/
TextDialog(MADSEngine *vm, const Common::String &fontName, const Common::Point &pos,
- MSurface *icon, int maxTextChars);
+ MSurface *portrait, int maxTextChars);
/**
* Destructor