Use correct signedness in comparison

This commit is contained in:
James R 2019-03-03 20:02:49 -08:00
parent 50c42609a2
commit cb12da81c1

View file

@ -4931,7 +4931,7 @@ void G_ReadDemoExtraData(void)
while (p != DW_END)
{
INT32 rng;
UINT32 rng;
switch (p)
{