Skip to content

Commit

Permalink
Merge branch 'Develop-EncoderV2' of github.com:Agony5757/mahjong into…
Browse files Browse the repository at this point in the history
… Develop-EncoderV2
  • Loading branch information
victorywys committed Jan 12, 2024
2 parents aef4e5c + 8e974ac commit af76b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mahjong/Table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void Table::game_init_with_config(const std::vector<int>& yama, const std::vecto
}
}
else
throw std::runtime_error("init_scores size is not 136.");
throw std::runtime_error("init_scores size is not 4.");

init_before_playing();
}
Expand Down

0 comments on commit af76b86

Please sign in to comment.