Fixes declaration of Battle::GetHistory
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
de818c9fd6
commit
38a26888be
@ -117,7 +117,7 @@ namespace CreatureLib::Battling {
|
|||||||
try_creature(this->_historyHolder->Register<T>(this->GetCurrentTurn(), args...);
|
try_creature(this->_historyHolder->Register<T>(this->GetCurrentTurn(), args...);
|
||||||
, "Exception occurred during history element registration.");
|
, "Exception occurred during history element registration.");
|
||||||
}
|
}
|
||||||
const ArbUt::BorrowedPtr<HistoryHolder> GetHistory() const noexcept { return _historyHolder.GetRaw(); }
|
ArbUt::BorrowedPtr<HistoryHolder> GetHistory() const noexcept { return _historyHolder.GetRaw(); }
|
||||||
|
|
||||||
long GetLastTurnTimeMicroseconds() const noexcept { return _lastTurnTime; }
|
long GetLastTurnTimeMicroseconds() const noexcept { return _lastTurnTime; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user