From 09b235e2bd2abf5d4f377e955a8252aed30fc3af Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 12 Jun 2013 11:25:19 +0300 Subject: NEVERHOOD: Fix a slight glitch with the symbols cheat command Now, the countdown to show the next symbol is properly reset when the command is used --- engines/neverhood/console.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/neverhood/console.cpp b/engines/neverhood/console.cpp index 411e5eceb7..8db62d8487 100644 --- a/engines/neverhood/console.cpp +++ b/engines/neverhood/console.cpp @@ -147,6 +147,7 @@ bool Console::Cmd_Cheat(int argc, const char **argv) { scene->_changeCurrentSymbol = false; scene->_symbolPosition = 11; + scene->_countdown1 = 36; DebugPrintf("Puzzle solved\n"); } else { -- cgit v1.2.3