diff --git a/src/games/stratspt.h b/src/games/stratspt.h index 22990aeb5..2084be032 100644 --- a/src/games/stratspt.h +++ b/src/games/stratspt.h @@ -156,6 +156,7 @@ class StrategySupportProfile { const int digit = p_strategy->GetNumber() - 1; StrategySupportProfile restricted(*this); restricted.m_strategyDigits.m_allowedDigits[player_index].assign(1, digit); + restricted.m_support.at(player) = {p_strategy}; return restricted; } //@}