mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 22:11:01 +00:00
Changed i to unsigned to match "numgamedatamapheaders"
This commit is contained in:
parent
1d2e1420f6
commit
6144c04909
1 changed files with 1 additions and 1 deletions
|
|
@ -4150,7 +4150,7 @@ void G_LoadGameSettings(void)
|
|||
void G_LoadGameData(void)
|
||||
{
|
||||
size_t length;
|
||||
INT32 i, j;
|
||||
UINT32 i, j;
|
||||
UINT32 versionID;
|
||||
UINT8 rtemp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue