diff options
-rw-r--r-- | engines/hopkins/talk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/talk.cpp b/engines/hopkins/talk.cpp index f0d3a38bce..ec5b1f518b 100644 --- a/engines/hopkins/talk.cpp +++ b/engines/hopkins/talk.cpp @@ -790,7 +790,7 @@ void TalkManager::REPONSE(int zone, int verb) { int v12 = 0; bool innerLoopCond = false; do { - bool tagFound = false; + tagFound = false; if (READ_BE_UINT16(&curAnswerBuf[v7]) == MKTAG16('F', 'C')) { ++v12; assert(v12 < (620 / 20)); |