Fix: The wrong internal counter was being decremented when ticking damnums.
This commit is contained in:
parent
e9a8444467
commit
bcae92cb05
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue