diff --git a/include/game_state.hpp b/include/game_state.hpp index 7bb0514..8ecbaf7 100644 --- a/include/game_state.hpp +++ b/include/game_state.hpp @@ -429,6 +429,7 @@ namespace Hanabi { template void HanabiState::init_backtracking_information() { + ASSERT(not _relative_representation.initialized); // Note that this function does not have to be particularly performant, we only call it once to initialize. const Card trash = [this]() -> Card { for (suit_t suit = 0; suit < num_suits; suit++) {