changed message for new dealer into message for new startplayer
authorArun Persaud <arun@nubati.net>
Thu, 4 Mar 2010 20:48:10 +0000 (12:48 -0800)
committerArun Persaud <arun@nubati.net>
Thu, 4 Mar 2010 20:48:10 +0000 (12:48 -0800)
since there really is no dealer, this was more confusing than helpful.

include/output.php

index ce72c4e9aee4fc2ffcdf607fe2ba9104776aaf22..018372b37c7542b75dafd8fa1f33f47a893c82b3 100644 (file)
@@ -31,7 +31,7 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid)
   global $RULES;
 
   echo "<div class=\"message\">\n<form action=\"index.php?action=new\" method=\"post\">\n";
   global $RULES;
 
   echo "<div class=\"message\">\n<form action=\"index.php?action=new\" method=\"post\">\n";
-  echo "Do you want to continue playing?(This will start a new game, with $playerD as dealer.)\n";
+  echo "Do you want to continue playing?(This will start a new game, with $playerA starting the game.)\n";
   echo "  <input type=\"hidden\" name=\"PlayerA\" value=\"$playerA\" />\n";
   echo "  <input type=\"hidden\" name=\"PlayerB\" value=\"$playerB\" />\n";
   echo "  <input type=\"hidden\" name=\"PlayerC\" value=\"$playerC\" />\n";
   echo "  <input type=\"hidden\" name=\"PlayerA\" value=\"$playerA\" />\n";
   echo "  <input type=\"hidden\" name=\"PlayerB\" value=\"$playerB\" />\n";
   echo "  <input type=\"hidden\" name=\"PlayerC\" value=\"$playerC\" />\n";