aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lol.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2009-03-24 07:18:16 +0000
committerFlorian Kagerer2009-03-24 07:18:16 +0000
commite9b4124f1d82f0bfcafdbbb40797c7d767e16c91 (patch)
treea3fd0c3b667f853e41462ccab153876a9ebeaf86 /engines/kyra/text_lol.cpp
parent74a82ef4273aec05cb3fcefa4b77ab8a57cdc863 (diff)
downloadscummvm-rg350-e9b4124f1d82f0bfcafdbbb40797c7d767e16c91.tar.gz
scummvm-rg350-e9b4124f1d82f0bfcafdbbb40797c7d767e16c91.tar.bz2
scummvm-rg350-e9b4124f1d82f0bfcafdbbb40797c7d767e16c91.zip
LOL: - implemented lots of opcodes and fixed a few bugs
- it's now possible to leave the castle svn-id: r39653
Diffstat (limited to 'engines/kyra/text_lol.cpp')
-rw-r--r--engines/kyra/text_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/text_lol.cpp b/engines/kyra/text_lol.cpp
index 656f4b44c3..f7087cd846 100644
--- a/engines/kyra/text_lol.cpp
+++ b/engines/kyra/text_lol.cpp
@@ -607,7 +607,7 @@ void TextDisplayer_LoL::textPageBreak() {
int y = 0;
if (_vm->_hideInventory && (_vm->_updateFlags & 2)) {
- if (_vm->_hideControls || !(_vm->_updateFlags & 2)) {
+ if (_vm->_currentControlMode || !(_vm->_updateFlags & 2)) {
y = dim->sy + dim->h - 5;
} else {
x += 6;