aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.h
diff options
context:
space:
mode:
authorMatthew Hoops2014-04-13 09:22:55 -0400
committerMatthew Hoops2014-04-13 09:27:13 -0400
commitfb658c396980ec6e4d303cd50da06754c653d0c9 (patch)
tree0c351f81540efed56e137cb1813f935344bd57cc /engines/pegasus/pegasus.h
parentac9182181d899d66ba6317e3e51dc781961ba239 (diff)
downloadscummvm-rg350-fb658c396980ec6e4d303cd50da06754c653d0c9.tar.gz
scummvm-rg350-fb658c396980ec6e4d303cd50da06754c653d0c9.tar.bz2
scummvm-rg350-fb658c396980ec6e4d303cd50da06754c653d0c9.zip
PEGASUS: Fix showing save failed dialog when not using the GMM
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r--engines/pegasus/pegasus.h1
1 files changed, 1 insertions, 0 deletions
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.