mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Fixup unsigned mess
This commit is contained in:
parent
95bb74c748
commit
e93a721ca1
1 changed files with 1 additions and 1 deletions
|
|
@ -4931,7 +4931,7 @@ void G_ReadDemoExtraData(void)
|
||||||
|
|
||||||
while (p != DW_END)
|
while (p != DW_END)
|
||||||
{
|
{
|
||||||
INT32 rng;
|
UINT32 rng;
|
||||||
|
|
||||||
switch (p)
|
switch (p)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue