From 98bd1275044c236906c3e1509ca6bade8ce62bf8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 Apr 2007 11:00:29 +0000 Subject: Gave proper names to previously unknown/partially-known constants svn-id: r26467 --- engines/lure/scripts.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/lure/scripts.cpp') diff --git a/engines/lure/scripts.cpp b/engines/lure/scripts.cpp index 27c30a2364..3542a00720 100644 --- a/engines/lure/scripts.cpp +++ b/engines/lure/scripts.cpp @@ -346,9 +346,9 @@ void Script::transformPlayer(uint16 v1, uint16 v2, uint16 v3) { activeHotspot->setScript(0x630); } -// Marks the door in room 14 for closing +// Marks the jail door in room 14 for closing -void Script::room14DoorClose(uint16 v1, uint16 v2, uint16 v3) { +void Script::jailClose(uint16 v1, uint16 v2, uint16 v3) { RoomExitJoinData *joinRec = Resources::getReference().getExitJoin(0x2719); joinRec->blocked = 1; } @@ -539,7 +539,7 @@ SequenceMethodRecord scriptMethods[] = { {34, Script::increaseNumGroats}, {35, Script::enableHotspot}, {37, Script::transformPlayer}, - {39, Script::room14DoorClose}, + {39, Script::jailClose}, {40, Script::checkDroppedDesc}, {42, Script::doorClose}, {44, Script::doorOpen}, -- cgit v1.2.3