Skip to content

Commit

Permalink
codefix message (diasurgical#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
qndel authored Nov 11, 2020
1 parent 6ade48e commit d68b829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d68b829

Please sign in to comment.