Fixed AI replacement multiplier issue

This commit is contained in:
mathusummut
2018-12-16 01:33:03 +01:00
parent b270b456d7
commit fb9a48fd02
17 changed files with 63 additions and 72 deletions

View File

@@ -2248,9 +2248,9 @@ namespace Shared {
printf("%s\n", szMsg);
SystemFlags::OutputDebug(SystemFlags::debugSystem, "%s\n", szMsg);
SystemFlags::OutputDebug(SystemFlags::debugError, "%s\n", szMsg);
void(*handler)(const char*) = unexpected_handler;
/*void(*handler)(const char*) = unexpected_handler;
if (handler != NULL)
handler(szMsg);
handler(szMsg);*/
}
void ValueCheckerVault::addItemToVault(const void *ptr, int value) {