diff options
Diffstat (limited to 'engines/drascula/objects.cpp')
-rw-r--r-- | engines/drascula/objects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/objects.cpp b/engines/drascula/objects.cpp index cd7d502194..43f9919926 100644 --- a/engines/drascula/objects.cpp +++ b/engines/drascula/objects.cpp @@ -62,7 +62,7 @@ void DrasculaEngine::gotoObject(int pointX, int pointY) { hideCursor(); if (currentChapter == 5 || currentChapter == 6) { - if (hare_se_ve == 0) { + if (characterVivible == 0) { curX = roomX; curY = roomY; updateRoom(); |