Fix: The wrong internal counter was being decremented when ticking damnums.
This commit is contained in:
parent
e637350da5
commit
825caeca29
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.26 r4 \cu(Fri 17 Jun 23:04:05 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2.26 r4 \cu(2022-06-17 23:04:05)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.26 r5 \cu(Fri 17 Jun 23:04:16 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2.26 r5 \cu(2022-06-17 23:04:16)\c-";
|
||||
|
|
|
|||
|
|
@ -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