stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus data/ccl/stratagus.ccl src/video/font.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus data/ccl/stratagus.ccl src/video/font.c
Date: 22 Dec 2003 20:59:05 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       03/12/22 20:59:05

Modified files:
        data/ccl       : stratagus.ccl 
        src/video      : font.c 

Log message:
        Small Undo's and patches

Patches:
Index: stratagus/data/ccl/stratagus.ccl
diff -u stratagus/data/ccl/stratagus.ccl:1.31 
stratagus/data/ccl/stratagus.ccl:1.32
--- stratagus/data/ccl/stratagus.ccl:1.31       Mon Dec 22 19:01:24 2003
+++ stratagus/data/ccl/stratagus.ccl    Mon Dec 22 20:59:04 2003
@@ -26,7 +26,7 @@
 ;;      along with this program; if not, write to the Free Software
 ;;      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 ;;
-;;     $Id: stratagus.ccl,v 1.31 2003/12/22 08:01:24 wizzard Exp $
+;;     $Id: stratagus.ccl,v 1.32 2003/12/22 09:59:04 wizzard Exp $
 
 ;; For documentation see stratagus/doc/ccl/ccl.html
 
@@ -56,7 +56,7 @@
 
 ;;     Enter your default title screen.
 (set-title-screens!
-  '(image "graphics/ui/stratagus.png" music "music/default.mod"
+  '(image "graphics/ui/stratagus.png" music "music/default.mod")
 ;  '(image "graphics/logo_stratagus.avi")
 )
 
Index: stratagus/src/video/font.c
diff -u stratagus/src/video/font.c:1.67 stratagus/src/video/font.c:1.68
--- stratagus/src/video/font.c:1.67     Mon Dec 22 18:47:55 2003
+++ stratagus/src/video/font.c  Mon Dec 22 20:59:05 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: font.c,v 1.67 2003/12/22 07:47:55 wizzard Exp $
+//     $Id: font.c,v 1.68 2003/12/22 09:59:05 wizzard Exp $
 
 //@{
 
@@ -517,7 +517,9 @@
        isformat = 0;
        for (width = 0, s = text; *s; ++s) {
                if (*s == '~') {
+#if 0
                        isformat = !isformat;
+#endif
                        if (!*++s) {                            // bad formated 
string
                                break;
                        }




reply via email to

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