fix all-players range gathering bug

This commit is contained in:
Martin Michelsen
2023-09-08 22:29:15 -07:00
parent 9dcdece1f9
commit 9c3f764cd9
7 changed files with 182 additions and 127 deletions
+2 -1
View File
@@ -270,6 +270,7 @@ struct PlayerBattleStats {
std::vector<uint16_t> get_card_refs_within_range(
const parray<uint8_t, 9 * 9>& range,
const Location& loc,
const parray<CardShortStatus, 0x10>& short_statuses);
const parray<CardShortStatus, 0x10>& short_statuses,
PrefixedLogger* log = nullptr);
} // namespace Episode3