mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 10:19:55 +02:00
Fixed AI replacement multiplier issue
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user