Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
61b2d0de95
55 changed files with 2381 additions and 2218 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue