Skip to content

Commit

Permalink
允许权重包含表达式
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed Jun 25, 2020
1 parent c6b8115 commit 9e68438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dice/CardDeck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ namespace CardDeck
classic = false;
try
{
string number = str.substr(l + 2, r - l - 2);
string number = draw(str.substr(l + 2, r - l - 2));
if (number.length() > 6)
{
classic = true;
Expand Down

0 comments on commit 9e68438

Please sign in to comment.