mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-19 07:51:43 +00:00
Fix size_t/INT32 compare.
This commit is contained in:
parent
2c8a99f25a
commit
072e1889e2
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…
Reference in a new issue