]> Pileus Git - ~andy/rhawk/commitdiff
Fix tied message
authorAndy Spencer <andy753421@gmail.com>
Thu, 28 Jan 2016 05:33:49 +0000 (05:33 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 28 Jan 2016 05:33:49 +0000 (05:33 +0000)
spades.awk

index 3f357d2da6b8e5d88269ccb6bbe9ab01a7dda734..89c5a7ae1475fa9b4b10c63ebde467dd49621444 100644 (file)
@@ -393,7 +393,7 @@ function sp_play(card,      winner, pi)
                } else {
                        if (sp_scores[0] == sp_scores[1] &&
                            sp_scores[0] >= sp_playto)
                } else {
                        if (sp_scores[0] == sp_scores[1] &&
                            sp_scores[0] >= sp_playto)
-                               sp_say("It's tie! Playing an extra round!");
+                               sp_say("It's tie! Playing an extra round!");
                        sp_reset(1)
                        sp_deal()
                }
                        sp_reset(1)
                        sp_deal()
                }