Switch C header & Fix warnings (#702)
This commit is contained in:
committed by
Asher Baker
parent
36f9a8ed7a
commit
4f54df65e9
@@ -957,7 +957,7 @@ bool SDKHooks::Hook_CanBeAutobalanced()
|
||||
// Only update our new ret if different from original
|
||||
// (so if multiple plugins returning different answers,
|
||||
// the one(s) that changed it win)
|
||||
if (res != origRet)
|
||||
if ((bool)res != origRet)
|
||||
newRet = !origRet;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user