Skip to content
Snippets Groups Projects
Commit 007faadd authored by mtarnow's avatar mtarnow
Browse files

added todo for trick->set_up_round call missing arguments

parent a676e8c3
No related branches found
No related tags found
2 merge requests!17finalize common,!5Draft: Resolve "Adapt Game State Class and add class RoundState"
......@@ -172,6 +172,7 @@ std::vector<player*>& game_state::get_players() {
// round has not ended yet
if (_trick_number->get_value() < _round_number->get_value()){
_trick_number->set_value(_trick_number->get_value() + 1);
// TODO: add arguments to function call below
_trick->set_up_round();
// winner of trick is starting player of next trick
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment