diff options
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 1 |
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; |