[Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_player.cpp,1.16,1.17

Max Horn fingolfin at users.sourceforge.net
Sat May 10 14:51:01 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv25052/smush

Modified Files:
	smush_player.cpp 
Log Message:
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive)

Index: smush_player.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_player.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- smush_player.cpp	30 Apr 2003 19:11:32 -0000	1.16
+++ smush_player.cpp	10 May 2003 21:49:59 -0000	1.17
@@ -676,7 +676,7 @@
 	int width = b.getWord();
 	int height = b.getWord();
 
-	if((height != _scumm->_realHeight) || (width != _scumm->_realWidth))
+	if((height != _scumm->_screenHeight) || (width != _scumm->_screenWidth))
 		return;
 
 	if(_alreadyInit == false) {





More information about the Scummvm-git-logs mailing list