[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src font.cpp
From: |
Philippe Plantier |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src font.cpp |
Date: |
Sat, 26 Feb 2005 17:12:08 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <address@hidden> 05/02/26 22:12:08
Modified files:
src : font.cpp
Log message:
Adding "return.cpp" in at the end of the font loading routine.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/font.cpp.diff?tr1=1.103&tr2=1.104&r1=text&r2=text
Patches:
Index: wesnoth/src/font.cpp
diff -u wesnoth/src/font.cpp:1.103 wesnoth/src/font.cpp:1.104
--- wesnoth/src/font.cpp:1.103 Sat Feb 26 18:52:23 2005
+++ wesnoth/src/font.cpp Sat Feb 26 22:12:08 2005
@@ -1,4 +1,4 @@
-/* $Id: font.cpp,v 1.103 2005/02/26 18:52:23 gruikya Exp $ */
+/* $Id: font.cpp,v 1.104 2005/02/26 22:12:08 gruikya Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -1276,5 +1276,6 @@
return false;
font::set_font_list(fontlist);
+ return true;
}
}