From acf6612ebac821e288ba99b75382ff3022d93a6d Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 26 Mar 2022 11:38:40 +0100 Subject: [PATCH] Being a bit too careless today, fixes dumb oversight --- src/Battling/Models/BattleSide.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Battling/Models/BattleSide.hpp b/src/Battling/Models/BattleSide.hpp index 1928e9b..70ae9cf 100644 --- a/src/Battling/Models/BattleSide.hpp +++ b/src/Battling/Models/BattleSide.hpp @@ -86,6 +86,7 @@ namespace CreatureLib::Battling { return _fillableSlots.At(i); } } + return false; } bool IsDefeated() noexcept {