Closed ioan-chera closed 1 month ago
This seems wrong in A_SetTics:
A_SetTics
int baseamt = E_ArgAsInt(args, 0, 0); int rnd = E_ArgAsInt(args, 1, 0); int counter = E_ArgAsKwd(args, 2, &settickwds, 0);
Shouldn't settickwds go to arg rnd instead of counter?
settickwds
rnd
counter
This seems wrong in
A_SetTics
:Shouldn't
settickwds
go to argrnd
instead ofcounter
?