Skip to content
Snippets Groups Projects
Commit 072e1889 authored by Nev3r's avatar Nev3r
Browse files

Fix size_t/INT32 compare.

parent 2c8a99f2
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ INT32 Tag_Iterate_Things (const mtag_t tag, const size_t p) ...@@ -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 Tag_FindLineSpecial(const INT16 special, const mtag_t tag)
{ {
INT32 i; size_t i;
if (tag == MTAG_GLOBAL) if (tag == MTAG_GLOBAL)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment