aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/locations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tucker/locations.cpp')
-rw-r--r--engines/tucker/locations.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tucker/locations.cpp b/engines/tucker/locations.cpp
index eb2559e5c3..2d5d386298 100644
--- a/engines/tucker/locations.cpp
+++ b/engines/tucker/locations.cpp
@@ -2117,7 +2117,7 @@ void TuckerEngine::updateSprite_locationNum43_2(int i) {
void TuckerEngine::updateSprite_locationNum43_3(int i) {
int state;
- if (_flagsTable[236] > 0) {
+ if (_flagsTable[236] < 4) {
state = -1;
} else if (_charSpeechSoundCounter > 0 && _actionCharacterNum == i) {
state = 7;
@@ -2131,7 +2131,7 @@ void TuckerEngine::updateSprite_locationNum43_3(int i) {
void TuckerEngine::updateSprite_locationNum43_4(int i) {
int state;
- if (_flagsTable[236] > 0) {
+ if (_flagsTable[236] < 4) {
state = -1;
} else if (_charSpeechSoundCounter > 0 && _actionCharacterNum == i) {
state = 9;