From fb658c396980ec6e4d303cd50da06754c653d0c9 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 13 Apr 2014 09:22:55 -0400 Subject: PEGASUS: Fix showing save failed dialog when not using the GMM --- engines/pegasus/pegasus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/pegasus/pegasus.h') diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h index fb66eb7586..d88545a4d1 100644 --- a/engines/pegasus/pegasus.h +++ b/engines/pegasus/pegasus.h @@ -257,6 +257,7 @@ private: bool _saveAllowed, _loadAllowed; // It's so nice that this was in the original code already :P Common::Error showLoadDialog(); Common::Error showSaveDialog(); + void showSaveFailedDialog(const Common::Error &status); bool _saveRequested, _loadRequested; // Misc. -- cgit v1.2.3