SCUMM: Fix comment

This commit is contained in:
Filippos Karapetis 2021-08-30 19:16:51 +03:00
parent 86b7ca64a2
commit 3f7e12f3fc

View file

@ -1386,7 +1386,7 @@ void ScummEngine_v5::o5_loadRoom() {
// WORKAROUND bug #12420 (also occurs in original) Broken window and coat missing
// This happens when you skip the cutscenes in the beginning, in particular
// the one where Indy enters the office for the first time. If object 23 (National
// Archeology) is in possession of Indy (owner == 1) then it's safe the force the
// Archeology) is in possession of Indy (owner == 1) then it's safe to force the
// coat (object 24) and broken window (object 25) into the room.
if (_game.id == GID_INDY4 && room == 1 && _objectOwnerTable[23] == 1) {
putState(24, 1);