aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_error.h')
-rw-r--r--engines/xeen/dialogs_error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/dialogs_error.h b/engines/xeen/dialogs_error.h
index 56e30bc9de..3657cd01be 100644
--- a/engines/xeen/dialogs_error.h
+++ b/engines/xeen/dialogs_error.h
@@ -28,7 +28,7 @@
namespace Xeen {
-enum ErrorWaitType { WT_FREEZE_WAIT = 0, WT_NONFREEZED_WAIT = 1,
+enum ErrorWaitType { WT_FREEZE_WAIT = 0, WT_NONFREEZED_WAIT = 1,
WT_2 = 2, WT_3 = 3 };
class ErrorDialog : public ButtonContainer {
@@ -43,7 +43,7 @@ public:
class ErrorScroll {
public:
- static void show(XeenEngine *vm, const Common::String &msg,
+ static void show(XeenEngine *vm, const Common::String &msg,
ErrorWaitType waitType = WT_FREEZE_WAIT);
};