diff --git a/Source/sync.cpp b/Source/sync.cpp index eec751629..09ee4ac2f 100644 --- a/Source/sync.cpp +++ b/Source/sync.cpp @@ -206,7 +206,7 @@ static void sync_monster(int pnum, const TSyncMonster *p) return; } - for (i = 0; i < nummonsters; i++) { + for (i = 0; i < nummonsters; i++) { // CODEFIX: this loop does nothing if (monstactive[i] == ndx) { break; }