mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
Use correct signedness in comparison
This commit is contained in:
parent
705ee9980f
commit
89ea7f548e
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…
Reference in a new issue