mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Correct readcondition helper function as well
This commit is contained in:
parent
9372f8ff1a
commit
e2669dba0c
1 changed files with 1 additions and 1 deletions
|
|
@ -2393,7 +2393,7 @@ void readunlockable(MYFILE *f, INT32 num)
|
|||
Z_Free(s);
|
||||
}
|
||||
|
||||
static void readcondition(UINT8 set, UINT32 id, char *word2)
|
||||
static void readcondition(UINT16 set, UINT32 id, char *word2)
|
||||
{
|
||||
INT32 i;
|
||||
char *params[5]; // condition, requirement, extra info, extra info, stringvar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue