mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-23 13:36:23 +00:00
Compile bug fixes.
This commit is contained in:
@@ -24,7 +24,7 @@ class UntypedValue : public AiNamedObject
|
||||
virtual void Reset() { }
|
||||
virtual std::string const Format() { return "?"; }
|
||||
virtual std::string const Save() { return "?"; }
|
||||
virtual bool Load(std::string const value) { return false; }
|
||||
virtual bool Load([[maybe_unused]] std::string const value) { return false; } // unused param - whipowill
|
||||
};
|
||||
|
||||
template<class T>
|
||||
|
||||
Reference in New Issue
Block a user