aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_yesno.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_yesno.h')
-rw-r--r--engines/xeen/dialogs_yesno.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/dialogs_yesno.h b/engines/xeen/dialogs_yesno.h
index d083cd64d4..96c3592d9d 100644
--- a/engines/xeen/dialogs_yesno.h
+++ b/engines/xeen/dialogs_yesno.h
@@ -33,9 +33,9 @@ private:
YesNo(XeenEngine *vm) : ButtonContainer(), _vm(vm) {}
- bool execute(bool type, int v2);
+ bool execute(bool type, bool townFlag);
public:
- static bool show(XeenEngine *vm, bool type, bool v2);
+ static bool show(XeenEngine *vm, bool type, bool townFlag = false);
};
} // End of namespace Xeen