summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-12 14:49:15 +0000
committerarun <arun>2007-01-12 14:49:15 +0000
commitb8227ddb12516d5bdb0db8a3ec46083b02caee79 (patch)
tree7d5c85cebfe06c8a394d585dc130eb346792ae31 /functions.php
parent88aaf2c34d0b3cc7eff994955a144a8d27b67c7a (diff)
downloade-DoKo-b8227ddb12516d5bdb0db8a3ec46083b02caee79.tar.gz
e-DoKo-b8227ddb12516d5bdb0db8a3ec46083b02caee79.tar.bz2
e-DoKo-b8227ddb12516d5bdb0db8a3ec46083b02caee79.zip
added email to all players, in case someone cancled the game at the beginning
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index e4f7c60..ec7dfac 100644
--- a/functions.php
+++ b/functions.php
@@ -156,7 +156,6 @@ function get_winner($p,$mode)
$c3 = $p[3];
$c4 = $p[4];
-
/* first card is better than all the rest */
if( compare_cards($c1,$c2,$mode) && compare_cards($c1,$c3,$mode) && compare_cards($c1,$c4,$mode) )
return 1;