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
This commit is contained in:
Filippos Karapetis 2013-06-12 11:25:19 +03:00
parent 6bdc262c07
commit 09b235e2bd

View File

@ -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 {