wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src multiplayer_wait.cpp


From: Philippe Plantier
Subject: [Wesnoth-cvs-commits] wesnoth/src multiplayer_wait.cpp
Date: Sun, 21 Aug 2005 07:01:40 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Philippe Plantier <address@hidden>      05/08/21 11:01:39

Modified files:
        src            : multiplayer_wait.cpp 

Log message:
        Fixed #14239, and a pretty stealthy bug

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_wait.cpp.diff?tr1=1.31&tr2=1.32&r1=text&r2=text

Patches:
Index: wesnoth/src/multiplayer_wait.cpp
diff -u wesnoth/src/multiplayer_wait.cpp:1.31 
wesnoth/src/multiplayer_wait.cpp:1.32
--- wesnoth/src/multiplayer_wait.cpp:1.31       Tue Aug  2 21:07:15 2005
+++ wesnoth/src/multiplayer_wait.cpp    Sun Aug 21 11:01:38 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_wait.cpp,v 1.31 2005/08/02 21:07:15 j_daniel Exp $ */
+/* $Id: multiplayer_wait.cpp,v 1.32 2005/08/21 11:01:38 gruikya Exp $ */
 /*
    Copyright (C)
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -388,8 +388,9 @@
 
        // Uses the actual connected player list if we do not have any
        // "gamelist" user data
-       if (gamelist().child("user") != NULL)
+       if (gamelist().child("user") == NULL) {
                set_user_list(playerlist, true);
+       }
 }
 
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]