aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_info.cpp')
-rw-r--r--engines/xeen/dialogs_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs_info.cpp b/engines/xeen/dialogs_info.cpp
index d0cd7c5243..5d28df355a 100644
--- a/engines/xeen/dialogs_info.cpp
+++ b/engines/xeen/dialogs_info.cpp
@@ -114,7 +114,7 @@ void InfoDialog::protectionText() {
_lines.size() == 0 ? 10 : 1, AA_L024, AA_R124));
}
- if (party._levitateActive) {
+ if (party._levitateCount) {
_lines.push_back(Common::String::format(Res.LEVITATE_TEXT,
_lines.size() == 0 ? 10 : 1, AA_L024, AA_R124));
}