mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use correct signedness in comparison
This commit is contained in:
parent
50c42609a2
commit
cb12da81c1
1 changed files with 1 additions and 1 deletions
|
|
@ -4931,7 +4931,7 @@ void G_ReadDemoExtraData(void)
|
|||
|
||||
while (p != DW_END)
|
||||
{
|
||||
INT32 rng;
|
||||
UINT32 rng;
|
||||
|
||||
switch (p)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue