CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Philippe Plantier <[EMAIL PROTECTED]>   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 <[EMAIL PROTECTED]>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -1276,5 +1276,6 @@
                return false;
 
        font::set_font_list(fontlist);
+       return true;
 }
 }


Reply via email to