diff options
Diffstat (limited to 'engines/agi/agi.h')
| -rw-r--r-- | engines/agi/agi.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/agi.h b/engines/agi/agi.h index 28403964dd..e9923aba2e 100644 --- a/engines/agi/agi.h +++ b/engines/agi/agi.h @@ -1085,7 +1085,7 @@ private:  	void blitTextbox(const char *p, int y, int x, int len);  	void eraseTextbox();  	void loadDict(); -	bool matchWord(bool onlyExact = false); +	bool matchWord();  	// Predictive dialog  	// TODO: Move this to a separate class  | 
