Browse Source

codefix message (#2155)

pull/944/head
qndel 5 years ago committed by GitHub
parent
commit
d68b829776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/sync.cpp

2
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;
}

Loading…
Cancel
Save