mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
FINISHTIME, FINISHTIMEEXACT, FINISHTIMELEFT: use get_number for parameter
Lets you use 2*TICRATE for instance, to represent 2 seconds.
This commit is contained in:
parent
a08c0d478c
commit
8d78e798a8
1 changed files with 1 additions and 1 deletions
|
|
@ -2719,7 +2719,7 @@ static void readcondition(UINT8 set, UINT32 id, char *word2)
|
|||
{
|
||||
PARAMCHECK(1);
|
||||
ty = UCRP_FINISHTIME + offset;
|
||||
re = atoi(params[1]);
|
||||
re = get_number(params[1]);
|
||||
|
||||
if (re < 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue