[Scummvm-cvs-logs] CVS: scummvm/graphics scummfont.cpp,1.1,1.2

Chris Apers chrilith at users.sourceforge.net
Fri Apr 16 05:18:18 CEST 2004


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

Modified Files:
	scummfont.cpp 
Log Message:
Rename this function and associate data with COMMON file

Index: scummfont.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/scummfont.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scummfont.cpp	21 Mar 2004 21:20:06 -0000	1.1
+++ scummfont.cpp	16 Apr 2004 12:12:37 -0000	1.2
@@ -97,16 +97,12 @@
 #ifdef __PALM_OS__
 #include "scumm_globals.h"
 
-_GINIT(NewGui)
-#ifndef NEW_FONT_CODE
-_GSETPTR(Graphics::guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_SCUMM)
-#endif
+_GINIT(ScummFont)
+_GSETPTR(Graphics::guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_COMMON)
 _GEND
 
-_GRELEASE(NewGui)
-#ifndef NEW_FONT_CODE
-_GRELEASEPTR(GBVARS_GUIFONT_INDEX, GBVARS_SCUMM)
-#endif
+_GRELEASE(ScummFont)
+_GRELEASEPTR(GBVARS_GUIFONT_INDEX, GBVARS_COMMON)
 _GEND
 
 #endif





More information about the Scummvm-git-logs mailing list