mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
KYRA: (LOL) - fix bug no. 14990
("Crash when going up in the Draracle's cave")
This commit is contained in:
parent
e8dffe0efe
commit
634d29fb01
@ -1912,7 +1912,7 @@ int LoLEngine::playCharacterScriptChat(int charId, int mode, int restorePortrait
|
||||
} else if (charId > 0) {
|
||||
int i = 0;
|
||||
|
||||
for (; i < 3; i++) {
|
||||
for (; i < 4; i++) {
|
||||
if (_characters[i].id != charId || !(_characters[i].flags & 1))
|
||||
continue;
|
||||
if (charId == ch)
|
||||
|
Loading…
x
Reference in New Issue
Block a user