[Scummvm-cvs-logs] CVS: scummvm/graphics animation.cpp,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Sun Mar 28 08:43:05 CEST 2004


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

Modified Files:
	animation.cpp 
Log Message:
Renamed more OSystem methods

Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/animation.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- animation.cpp	24 Mar 2004 07:29:59 -0000	1.6
+++ animation.cpp	28 Mar 2004 16:30:48 -0000	1.7
@@ -38,7 +38,7 @@
 	delete mpgfile;
 	delete sndfile;
 #ifndef BACKEND_8BIT
-	_sys->hide_overlay();
+	_sys->hideOverlay();
 	free(overlay);
 #endif
 	if (bgSoundStream)
@@ -108,7 +108,7 @@
 #else
 	buildLookup();
 	overlay = (OverlayColor*)calloc(MOVIE_WIDTH * MOVIE_HEIGHT, sizeof(OverlayColor));
-	_sys->show_overlay();
+	_sys->showOverlay();
 #endif
 
 	// Open MPEG2 stream





More information about the Scummvm-git-logs mailing list