Merge branch 'master' of github.com:diasurgical/devilution

This commit is contained in:
Anders Jenbo 2020-12-16 01:32:56 +01:00
commit 61b2d0de95
55 changed files with 2381 additions and 2218 deletions

View file

@ -208,7 +208,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;
}