mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 21:11:00 +00:00
Fixup unsigned mess
This commit is contained in:
parent
618f8b1267
commit
db3d8eee50
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…
Reference in a new issue