[Scummvm-cvs-logs] CVS: scummvm/common main.cpp,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Thu Sep 19 16:50:04 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv10845/common

Modified Files:
	main.cpp 
Log Message:
based on my findings for guifont, I changed string.cpp to read the char width table for OLD256 games! yippi! some more code cleanup, and marked two struct values as 'to be removed when savegame format changes'

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/main.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- main.cpp	16 Sep 2002 09:52:21 -0000	1.5
+++ main.cpp	19 Sep 2002 23:49:38 -0000	1.6
@@ -116,7 +116,7 @@
 		strcat(scummhome, "\\");
 		strcat(scummhome, DEFAULT_CONFIG_FILE);
 	#else	
-		strcpy(scummhome,DEFAULT_CONFIG_FILE);
+		strcpy(scummhome, DEFAULT_CONFIG_FILE);
 	#endif
 #endif
 





More information about the Scummvm-git-logs mailing list