mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
- attempt to detect oos by adding more crc and log info
This commit is contained in:
@@ -46,8 +46,8 @@ public:
|
||||
void setLastNumber(int value) { lastNumber = value; }
|
||||
|
||||
std::string getLastCaller() const;
|
||||
//void clearLastCaller() { lastCaller.clear(); }
|
||||
void clearLastCaller() { }
|
||||
void clearLastCaller() { lastCaller.clear(); }
|
||||
//void clearLastCaller() { }
|
||||
};
|
||||
|
||||
}}//end namespace
|
||||
|
Reference in New Issue
Block a user