aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/ai/lucy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/ai/lucy.cpp')
-rw-r--r--engines/bladerunner/script/ai/lucy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/script/ai/lucy.cpp b/engines/bladerunner/script/ai/lucy.cpp
index c6b26a533e..b2084a52e3 100644
--- a/engines/bladerunner/script/ai/lucy.cpp
+++ b/engines/bladerunner/script/ai/lucy.cpp
@@ -62,7 +62,7 @@ bool AIScriptLucy::Update() {
if (Global_Variable_Query(kVariableChapter) == 4
&& Actor_Query_Goal_Number(kActorLucy) == kGoalLucyGone
- && Actor_Query_Which_Set_In(kActorLucy) != 99
+ && Actor_Query_Which_Set_In(kActorLucy) != kSetFreeSlotI
) {
if (Actor_Query_Which_Set_In(kActorLucy) != Player_Query_Current_Set()) {
Actor_Put_In_Set(kActorLucy, kSetFreeSlotI);