Fixed linux build

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402084
This commit is contained in:
Matt Woodrow 2008-04-19 04:14:40 +00:00
parent a465569b22
commit 443f5b16e3

View File

@ -203,7 +203,7 @@ bool CriticalHitManager::CreateCriticalMeleeDetour()
/* Patch old bytes in */
for (size_t i=0; i<melee_restore.bytes; i++)
{
if (i != callbyte)
if ((int)i != callbyte)
{
jit->write_ubyte(melee_restore.patch[i]);
continue;