aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs/dialogs_party.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-13 18:17:02 -0400
committerPaul Gilbert2018-03-13 18:17:02 -0400
commitac7a9224fe9c66219583dd28e8e3c4fbfe714703 (patch)
treefa12fa1f6006c4fec084d4dde2c2b070c1387c09 /engines/xeen/dialogs/dialogs_party.cpp
parent654ef04f82de0e05bee0ab07734f39eef3877069 (diff)
downloadscummvm-rg350-ac7a9224fe9c66219583dd28e8e3c4fbfe714703.tar.gz
scummvm-rg350-ac7a9224fe9c66219583dd28e8e3c4fbfe714703.tar.bz2
scummvm-rg350-ac7a9224fe9c66219583dd28e8e3c4fbfe714703.zip
XEEN: Fix text colors during intro/exit cutscenes
Diffstat (limited to 'engines/xeen/dialogs/dialogs_party.cpp')
-rw-r--r--engines/xeen/dialogs/dialogs_party.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs/dialogs_party.cpp b/engines/xeen/dialogs/dialogs_party.cpp
index 33e138b6ac..c3d6843ffd 100644
--- a/engines/xeen/dialogs/dialogs_party.cpp
+++ b/engines/xeen/dialogs/dialogs_party.cpp
@@ -121,7 +121,7 @@ void PartyDialog::execute() {
if (party._activeParty.size() == 0) {
ErrorScroll::show(_vm, Res.NO_ONE_TO_ADVENTURE_WITH);
} else {
- if (_vm->_mode != MODE_0) {
+ if (_vm->_mode != MODE_STARTUP) {
for (int idx = OBSCURITY_NONE; idx >= OBSCURITY_BLACK; --idx) {
events.updateGameCounter();
intf.obscureScene((Obscurity)idx);