mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
- speed improvement for anti-hack checking
This commit is contained in:
@@ -169,7 +169,7 @@ inline string trim (const string & s, const string & t = SPACES) {
|
||||
class ValueCheckerVault {
|
||||
|
||||
protected:
|
||||
std::map<const void *,string> 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