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

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

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


From: John McNabb
Subject: [Wesnoth-cvs-commits] wesnoth/src playlevel.cpp
Date: Fri, 01 Jul 2005 18:01:37 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     John McNabb <address@hidden>    05/07/01 22:01:36

Modified files:
        src            : playlevel.cpp 

Log message:
        fixed droid bug #13505

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

Patches:
Index: wesnoth/src/playlevel.cpp
diff -u wesnoth/src/playlevel.cpp:1.209 wesnoth/src/playlevel.cpp:1.210
--- wesnoth/src/playlevel.cpp:1.209     Sat Jun 18 22:13:09 2005
+++ wesnoth/src/playlevel.cpp   Fri Jul  1 22:01:36 2005
@@ -1,4 +1,4 @@
-/* $Id: playlevel.cpp,v 1.209 2005/06/18 22:13:09 Sirp Exp $ */
+/* $Id: playlevel.cpp,v 1.210 2005/07/01 22:01:36 darthfool Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -112,7 +112,7 @@
        bool is_observer(const std::vector<team>& teams)
        {
                for(std::vector<team>::const_iterator i = teams.begin(); i != 
teams.end(); ++i) {
-                       if(i->is_human()) {
+                       if(i->is_human() || i->is_persistent()) {
                                return false;
                        }
                }




reply via email to

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