diff options
Diffstat (limited to 'scumm/scumm.h')
| -rw-r--r-- | scumm/scumm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scumm/scumm.h b/scumm/scumm.h index 4363a996f5..881a7bf6e4 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1157,7 +1157,7 @@ protected:  	void CHARSET_1();  	void drawString(int a, const byte *msg);  	void unkMessage1(const byte *msg); -	void unkMessage2(const byte *msg); +	void showMessageDialog(const byte *msg);  	int addMessageToStack(const byte *msg, byte *dst, int dstSize);  	int addIntToStack(byte *dst, int dstSize, int var); | 
