aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/dialogs.h
diff options
context:
space:
mode:
authorStrangerke2013-08-21 08:18:44 +0200
committerStrangerke2013-08-21 08:37:56 +0200
commita710bb5ca435b246d7ac042fbb5575e0ab82c1fd (patch)
tree614b21c87e7ac5bd183cd9f22830206503d074fb /engines/mortevielle/dialogs.h
parent972cdf0e129759e109aa53876b72ed4df03c229b (diff)
downloadscummvm-rg350-a710bb5ca435b246d7ac042fbb5575e0ab82c1fd.tar.gz
scummvm-rg350-a710bb5ca435b246d7ac042fbb5575e0ab82c1fd.tar.bz2
scummvm-rg350-a710bb5ca435b246d7ac042fbb5575e0ab82c1fd.zip
MORTEVIELLE: Remove second parameter of show()
Diffstat (limited to 'engines/mortevielle/dialogs.h')
-rw-r--r--engines/mortevielle/dialogs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mortevielle/dialogs.h b/engines/mortevielle/dialogs.h
index ee210a62b2..3f30851960 100644
--- a/engines/mortevielle/dialogs.h
+++ b/engines/mortevielle/dialogs.h
@@ -52,7 +52,7 @@ private:
void setButtonText(Common::String c, int coldep, int nbcase, Common::String *str, int esp);
public:
void setParent(MortevielleEngine *vm);
- int show(const Common::String &msg, int n);
+ int show(const Common::String &msg);
void drawF3F8();
void checkForF8(int SpeechNum, bool drawFrame2Fl);
int waitForF3F8();