mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix size_t/INT32 compare.
This commit is contained in:
parent
003f46c18e
commit
9d1c869aee
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ INT32 Tag_Iterate_Things (const mtag_t tag, const size_t p)
|
|||
|
||||
INT32 Tag_FindLineSpecial(const INT16 special, const mtag_t tag)
|
||||
{
|
||||
INT32 i;
|
||||
size_t i;
|
||||
|
||||
if (tag == MTAG_GLOBAL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue