CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 05/06/03 11:54:23
Modified files:
src : team.cpp
Log message:
fixed some indenting problems
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/team.cpp.diff?tr1=1.88&tr2=1.89&r1=text&r2=text
Patches:
Index: wesnoth/src/team.cpp
diff -u wesnoth/src/team.cpp:1.88 wesnoth/src/team.cpp:1.89
--- wesnoth/src/team.cpp:1.88 Sun Apr 17 15:40:34 2005
+++ wesnoth/src/team.cpp Fri Jun 3 11:54:22 2005
@@ -1,4 +1,4 @@
-/* $Id: team.cpp,v 1.88 2005/04/17 15:40:34 gruikya Exp $ */
+/* $Id: team.cpp,v 1.89 2005/06/03 11:54:22 j_daniel Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -849,11 +849,11 @@
{0x00,0xFF,0x00,0},
{0xFF,0xFF,0x00,0},
{0xFF,0x00,0xFF,0},
- {0xFF,0x7F,0x00,0},
- {0x89,0x89,0x89,0},
- {0xFF,0xFF,0xFF,0},
- {0x94,0x50,0x27,0},
- {0x02,0xF5,0xE1,0},
+ {0xFF,0x7F,0x00,0},
+ {0x89,0x89,0x89,0},
+ {0xFF,0xFF,0xFF,0},
+ {0x94,0x50,0x27,0},
+ {0x02,0xF5,0xE1,0},
{0xFF,0x00,0xFF,0} };
static const size_t nsides = sizeof(sides)/sizeof(*sides);