Skip to content
Snippets Groups Projects
Commit f58c7c8f authored by deuce's avatar deuce
Browse files

Fix Twenty1 bug reported by ASCII Express.

Thanks!
parent b11c94c5
Branches
Tags sbbs318b
No related merge requests found
......@@ -516,7 +516,7 @@ function mc_main()
if(check_played(3)) {
twenty=true;
player.played_twenty1++;
twenty1.play();
Twenty1.play();
twenty=false;
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment