From 882299a1b485888b42b4f6a7ff45b9fbc561525f Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 11 Apr 2016 09:10:44 +0100 Subject: DRASCULA: Fix typo in variable name --- engines/drascula/objects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/drascula/objects.cpp') diff --git a/engines/drascula/objects.cpp b/engines/drascula/objects.cpp index 43f9919926..823c073d43 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 (characterVivible == 0) { + if (characterVisible == 0) { curX = roomX; curY = roomY; updateRoom(); -- cgit v1.2.3