mirror of
https://github.com/glest/glest-source.git
synced 2025-08-07 17:06:30 +02:00
Test fix for OOS message
This commit is contained in:
@@ -319,7 +319,7 @@ namespace Shared {
|
||||
class ValueCheckerVault {
|
||||
|
||||
protected:
|
||||
std::map<const void *, uint32> vaultList;
|
||||
std::map<const void *, int32> vaultList;
|
||||
|
||||
void addItemToVault(const void *ptr, int value);
|
||||
void checkItemInVault(const void *ptr, int value) const;
|
||||
|
Reference in New Issue
Block a user