[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.438,2.439

Max Horn fingolfin at users.sourceforge.net
Wed Apr 27 17:26:55 CEST 2005


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

Modified Files:
	gfx.cpp 
Log Message:
Comment on some MM NES oddity, I hope somebody can explain this :-)

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.438
retrieving revision 2.439
diff -u -d -r2.438 -r2.439
--- gfx.cpp	26 Apr 2005 15:52:54 -0000	2.438
+++ gfx.cpp	28 Apr 2005 00:22:05 -0000	2.439
@@ -273,6 +273,10 @@
 	}
 
 	if ((_platform == Common::kPlatformNES) && (h != _screenHeight)) {
+		// FIXME: Why is the kUnkVirtScreen used for the MM NES port? This seems very
+		// strange, and at the very least, a comment should be added here that 
+		// explains why this is done. Maybe it is some kind of hack to shift the
+		// other virtual screens downwards?
 		adj = 16;
 		initVirtScreen(kUnkVirtScreen, 0, _screenWidth, adj, false, false);
 	}





More information about the Scummvm-git-logs mailing list