[Scummvm-cvs-logs] CVS: scummvm/sword2 mouse.cpp,1.46,1.47

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Wed Dec 10 00:03:00 CET 2003


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1:/tmp/cvs-serv8164

Modified Files:
	mouse.cpp 
Log Message:
Sprite surfaces (as opposed to standard sprites) are always display
aligned, never flipped and never RLE16-compressed. Simplified the code
accordingly. (Displaying the restore dialog when specifying an unused save
slot from the command-line works again now.)

Plus some minor cleanups.


Index: mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/mouse.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- mouse.cpp	29 Nov 2003 17:05:30 -0000	1.46
+++ mouse.cpp	10 Dec 2003 08:01:58 -0000	1.47
@@ -192,7 +192,6 @@
 
 	_graphics->clearScene();
 	_graphics->processMenu();
-	_graphics->resetRenderEngine();
 
 	// call the relevent screen
 





More information about the Scummvm-git-logs mailing list