summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4f60b89..157c7bd 100644
--- a/index.php
+++ b/index.php
@@ -434,7 +434,7 @@ else if(myisset("me"))
$play = array(); /* needed to calculate winner later */
$seq = 1;
- $pos = 0;
+ $pos = DB_get_startplayer_by_gameid($gameid)-1;
$firstcard = ""; /* first card in a trick */
echo "\n<ul class=\"tricks\">\n";