diff options
Diffstat (limited to 'saga/puzzle.cpp')
-rw-r--r-- | saga/puzzle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/puzzle.cpp b/saga/puzzle.cpp index 1a0a96c130..aeab8e3354 100644 --- a/saga/puzzle.cpp +++ b/saga/puzzle.cpp @@ -351,7 +351,7 @@ void Puzzle::giveHint(void) { if (_hintCount < 3) { _vm->_actor->nonActorSpeech(&hintStr[_lang][_hintCount], 1, 0 ); } else { - int piece; + int piece = 0; for (i = PUZZLE_PIECES - 1; i >= 0; i--) { piece = _piecePriority[i]; |