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

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

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


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth/src playturn.cpp
Date: Sun, 10 Apr 2005 07:53:15 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/04/10 11:53:15

Modified files:
        src            : playturn.cpp 

Log message:
        Fix CRLF ending in playturn.cpp

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

Patches:
Index: wesnoth/src/playturn.cpp
diff -u wesnoth/src/playturn.cpp:1.356 wesnoth/src/playturn.cpp:1.357
--- wesnoth/src/playturn.cpp:1.356      Sat Apr  9 19:10:23 2005
+++ wesnoth/src/playturn.cpp    Sun Apr 10 11:53:15 2005
@@ -1,4 +1,4 @@
-/* $Id: playturn.cpp,v 1.356 2005/04/09 19:10:23 silene Exp $ */
+/* $Id: playturn.cpp,v 1.357 2005/04/10 11:53:15 isaaccp Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -2450,8 +2450,8 @@
                game_config::ignore_replay_errors = (data != "off") ? true : 
false;
        } else if(cmd == "n" && game_config::debug) {
                throw end_level_exception(VICTORY);
-       } else if(cmd == "debug" && network::nconnections() == 0) {
-               game_config::debug = true;
+       } else if(cmd == "debug" && network::nconnections() == 0) {
+               game_config::debug = true;
        } else if(game_config::debug && cmd == "unit") {
                const unit_map::iterator i = current_unit();
                if(i != units_.end()) {




reply via email to

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