[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src unit_types.cpp
From: |
David White |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src unit_types.cpp |
Date: |
Tue, 28 Sep 2004 20:25:41 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <address@hidden> 04/09/29 00:19:05
Modified files:
src : unit_types.cpp
Log message:
made compile on win
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/unit_types.cpp.diff?tr1=1.67&tr2=1.68&r1=text&r2=text
Patches:
Index: wesnoth/src/unit_types.cpp
diff -u wesnoth/src/unit_types.cpp:1.67 wesnoth/src/unit_types.cpp:1.68
--- wesnoth/src/unit_types.cpp:1.67 Sun Sep 26 08:20:00 2004
+++ wesnoth/src/unit_types.cpp Wed Sep 29 00:19:05 2004
@@ -1,4 +1,4 @@
-/* $Id: unit_types.cpp,v 1.67 2004/09/26 08:20:00 silene Exp $ */
+/* $Id: unit_types.cpp,v 1.68 2004/09/29 00:19:05 Sirp Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -622,8 +622,8 @@
defensive_animations_.push_back(defensive_animation(**d));
}
const config::child_list& teleports =
cfg_.get_children("teleport_anim");
- for(config::child_list::const_iterator d = teleports.begin(); d !=
teleports.end(); ++d) {
- teleport_animations_.push_back(unit_animation(**d));
+ for(config::child_list::const_iterator t = teleports.begin(); t !=
teleports.end(); ++t) {
+ teleport_animations_.push_back(unit_animation(**t));
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src unit_types.cpp,
David White <=