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/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/drascula/saveload.cpp') diff --git a/engines/drascula/saveload.cpp b/engines/drascula/saveload.cpp index 94c4e817ee..eb72a999d4 100644 --- a/engines/drascula/saveload.cpp +++ b/engines/drascula/saveload.cpp @@ -261,7 +261,7 @@ bool DrasculaEngine::loadGame(int slot) { // things. Reset those before loading the savegame otherwise we may have some // issues such as the protagonist being invisible after reloading a savegame. if (_roomNumber == 102 && flags[1] == 2) { - characterVivible = 1; + characterVisible = 1; loadPic(96, frontSurface); loadPic(97, frontSurface); loadPic(97, extraSurface); -- cgit v1.2.3