[Scummvm-cvs-logs] SF.net SVN: scummvm: [21390] scummvm/trunk/engines/scumm/scumm.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Mar 19 18:05:14 CET 2006


Revision: 21390
Author:   kirben
Date:     2006-03-19 18:04:14 -0800 (Sun, 19 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21390&view=rev

Log Message:
-----------
The Hercules specific screen size check is no longer required

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/scumm.cpp
Modified: scummvm/trunk/engines/scumm/scumm.cpp
===================================================================
--- scummvm/trunk/engines/scumm/scumm.cpp	2006-03-19 21:58:53 UTC (rev 21389)
+++ scummvm/trunk/engines/scumm/scumm.cpp	2006-03-20 02:04:14 UTC (rev 21390)
@@ -607,9 +607,6 @@
 	} else if (_game.platform == Common::kPlatformNES) {
 		_screenWidth = 256;
 		_screenHeight = 240;
-	} else if (_renderMode == Common::kRenderHercA || _renderMode == Common::kRenderHercG) {
-		_screenWidth = 320;
-		_screenHeight = 200;
 	} else {
 		_screenWidth = 320;
 		_screenHeight = 200;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list