Fixed linux build
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402085
This commit is contained in:
parent
e6de7c0c2d
commit
0771411eac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user