mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix compiler warnings
This commit is contained in:
parent
aa2430f307
commit
b62d1ecf12
1 changed files with 1 additions and 1 deletions
|
|
@ -4069,7 +4069,7 @@ static void measurekeywords(mapsearchfreq_t *fr,
|
|||
PU_STATIC, NULL);
|
||||
}
|
||||
|
||||
void writesimplefreq(mapsearchfreq_t *fr, INT32 *frc,
|
||||
static void writesimplefreq(mapsearchfreq_t *fr, INT32 *frc,
|
||||
INT32 mapnum, UINT8 pos, UINT8 siz)
|
||||
{
|
||||
fr[(*frc)].mapnum = mapnum;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue