Skip to content

Commit

Permalink
HOPKINS: Fix GCC warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Feb 11, 2013
1 parent 425830a commit ccd688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/hopkins/talk.cpp
Expand Up @@ -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));
Expand Down

0 comments on commit ccd688b

Please sign in to comment.