mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-03 16:31:15 +00:00
Fix compiler warnings
This commit is contained in:
parent
b4e900be1f
commit
e79ec14dc3
1 changed files with 1 additions and 1 deletions
|
@ -4524,7 +4524,7 @@ static void measurekeywords(mapsearchfreq_t *fr,
|
||||||
PU_STATIC, NULL);
|
PU_STATIC, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void writesimplefreq(mapsearchfreq_t *fr, INT32 *frc,
|
static void writesimplefreq(mapsearchfreq_t *fr, INT32 *frc,
|
||||||
INT32 mapnum, UINT8 pos, UINT8 siz)
|
INT32 mapnum, UINT8 pos, UINT8 siz)
|
||||||
{
|
{
|
||||||
fr[(*frc)].mapnum = mapnum;
|
fr[(*frc)].mapnum = mapnum;
|
||||||
|
|
Loading…
Reference in a new issue