Fixes for valgrind failure.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-02-06 16:25:55 +01:00
parent b425a7e8b9
commit 67d317e22b
14 changed files with 91 additions and 65 deletions

View File

@@ -43,7 +43,9 @@ public:
} \
_ctxPool->ReturnContextToPool(ctx);
void Stack() override { CALLHOOK(Stack, {}); }
void Stack() override { CALLHOOK(Stack,); }
void OnRemove() override { CALLHOOK(OnRemove,); }
void OnBeforeTurn(const CreatureLib::Battling::BaseTurnChoice* choice) override {
throw NotImplementedException(); // TODO