]> Pileus Git - ~andy/rhawk/commitdiff
Save game after passing cards
authorAndy Spencer <andy753421@gmail.com>
Tue, 20 Aug 2013 03:21:14 +0000 (03:21 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 20 Aug 2013 03:21:14 +0000 (03:21 +0000)
spades.awk

index a8c2749d7f5eea58cb23af3723880fe3e683d416..3503f1e03e9c719ef047fd0968f83bfa08a60445 100644 (file)
@@ -693,7 +693,7 @@ sp_state == "play" &&
        }
 }
 
        }
 }
 
-/^\.((new|end|load)game|join|look|bid|play)/ {
+/^\.((new|end|load)game|join|look|bid|pass|play)/ {
        sp_save("var/sp_cur.json");
 }
 
        sp_save("var/sp_cur.json");
 }