[Scummvm-cvs-logs] CVS: scummvm/queen queen.cpp,1.82,1.83

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


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

Modified Files:
	queen.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: queen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/queen.cpp,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- queen.cpp	5 Feb 2004 00:19:55 -0000	1.82
+++ queen.cpp	24 Feb 2004 22:39:39 -0000	1.83
@@ -97,7 +97,7 @@
 
 	_mixer->setVolume(ConfMan.getInt("sfx_volume"));
 
-	_system->init_size(GAME_SCREEN_WIDTH, GAME_SCREEN_HEIGHT);
+	_system->initSize(GAME_SCREEN_WIDTH, GAME_SCREEN_HEIGHT);
 }
 
 QueenEngine::~QueenEngine() {





More information about the Scummvm-git-logs mailing list