Fix size_t/INT32 compare.

This commit is contained in:
Nev3r 2020-11-12 13:59:21 +01:00
parent 2c8a99f25a
commit 072e1889e2

View file

@ -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)
{