Fix: The wrong internal counter was being decremented when ticking damnums.

This commit is contained in:
Mari the Deer 2022-06-17 16:38:32 +02:00
commit bcae92cb05
2 changed files with 3 additions and 3 deletions

View file

@ -252,7 +252,7 @@ extend Class SWWMHandler
if ( soprev ) soprev.next = sonext;
else damnums = sonext;
so.Destroy();
scorenums_cnt--;
damnums_cnt--;
}
else soprev = so;
so = sonext;