[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.39,1.40

Max Horn fingolfin at users.sourceforge.net
Tue Feb 24 14:55:05 CET 2004


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

Modified Files:
	sword1.cpp 
Log Message:
the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again

Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- sword1.cpp	5 Feb 2004 00:19:57 -0000	1.39
+++ sword1.cpp	24 Feb 2004 22:39:41 -0000	1.40
@@ -97,7 +97,7 @@
 }
 
 void SwordEngine::initialize(void) {
-	_system->init_size(640, 480);
+	_system->initSize(640, 480);
 	debug(5, "Starting memory manager");
 	_memMan = new MemMan();
 	debug(5, "Starting resource manager");





More information about the Scummvm-git-logs mailing list