mirror of
https://github.com/glest/glest-source.git
synced 2025-08-14 04:13:58 +02:00
- added more crc logging to detect oos location
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
std::string getLastCaller() const;
|
||||
void clearLastCaller() { lastCaller.clear(); }
|
||||
//void clearLastCaller() { }
|
||||
void addLastCaller(std::string text) { lastCaller.push_back(text); }
|
||||
};
|
||||
|
||||
}}//end namespace
|
||||
|
Reference in New Issue
Block a user