[Scummvm-cvs-logs] CVS: tools convbdf.c,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Sun Aug 15 07:27:00 CEST 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27950

Modified Files:
	convbdf.c 
Log Message:
Ensure fonts always get exported

Index: convbdf.c
===================================================================
RCS file: /cvsroot/scummvm/tools/convbdf.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- convbdf.c	15 Aug 2004 14:13:26 -0000	1.6
+++ convbdf.c	15 Aug 2004 14:26:08 -0000	1.7
@@ -847,7 +847,7 @@
 			buf,
 			pf->defaultchar);
 
-	fprintf(ofp, "\n" "const NewFont g_sysfont(desc);\n");
+	fprintf(ofp, "\n" "extern const NewFont g_sysfont(desc);\n");
 	fprintf(ofp, "\n} // End of namespace Graphics\n");
  
 	return 0;





More information about the Scummvm-git-logs mailing list