Use Arbutils exception Macros, instead of own ones.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ namespace CreatureLib::Battling {
|
||||
if (_creatures[i] == c)
|
||||
return i;
|
||||
}
|
||||
THROW_CREATURE("Unable to find creature on field.");
|
||||
THROW("Unable to find creature on field.");
|
||||
}
|
||||
|
||||
void MarkSlotAsUnfillable(const ArbUt::BorrowedPtr<Creature>& creature) noexcept {
|
||||
|
||||
Reference in New Issue
Block a user