attempt to fix 3222bb0612ca - otherwise you are unable to start a second game without quitting the room.
authornemo
Sun, 05 Feb 2012 16:21:55 -0500
changeset 6628 0e6615c10a8a
parent 6627 18cbb75aba59
child 6629 3028b9293b54
attempt to fix 3222bb0612ca - otherwise you are unable to start a second game without quitting the room.
QTfrontend/net/newnetclient.cpp
--- a/QTfrontend/net/newnetclient.cpp	Sun Feb 05 15:20:49 2012 -0500
+++ b/QTfrontend/net/newnetclient.cpp	Sun Feb 05 16:21:55 2012 -0500
@@ -362,7 +362,8 @@
                             emit setMyReadyStatus(setFlag);
                         }
 
-                        emit setReadyStatus(lst[i], setFlag);
+                        if (!isChief) emit setReadyStatus(lst[i], setFlag);
+                        else emit setReadyStatus(lst[i], true);
                     }
                 }
             }