Skip to content

Commit

Permalink
NEVERHOOD: Fix a slight glitch with the symbols cheat command
Browse files Browse the repository at this point in the history
Now, the countdown to show the next symbol is properly reset when the
command is used
  • Loading branch information
bluegr committed Jun 12, 2013
1 parent 6bdc262 commit 09b235e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/neverhood/console.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit 09b235e

Please sign in to comment.