Skip to content

Commit

Permalink
Update BlackJack.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyKYLam committed May 21, 2014
1 parent 79880c9 commit 8cf5501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlackJack/BlackJack/BlackJack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private int generatecard(PictureBox cardface)
cardsum = 11;
return cardsum;
case 2://Spade2
cardface.ImageLocation = "https://github.com/KennyKYLam/BlackJack/blob/master/BlackJack/BlackJack/images/spade2.jpg;
cardface.ImageLocation = "https://github.com/KennyKYLam/BlackJack/blob/master/BlackJack/BlackJack/images/spade2.jpg";
cardsum = 2;
return cardsum;
case 3://Spade3
Expand Down

0 comments on commit 8cf5501

Please sign in to comment.