[Scummvm-cvs-logs] SF.net SVN: scummvm:[48736] scummvm/trunk/graphics/scaler/thumbnail_intern. cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Apr 19 22:44:25 CEST 2010
Revision: 48736
http://scummvm.svn.sourceforge.net/scummvm/?rev=48736&view=rev
Author: lordhoto
Date: 2010-04-19 20:44:25 +0000 (Mon, 19 Apr 2010)
Log Message:
-----------
Document that the current Hercules mode thumbnail scaler code is pretty much aimed for SCUMM games.
Modified Paths:
--------------
scummvm/trunk/graphics/scaler/thumbnail_intern.cpp
Modified: scummvm/trunk/graphics/scaler/thumbnail_intern.cpp
===================================================================
--- scummvm/trunk/graphics/scaler/thumbnail_intern.cpp 2010-04-19 20:44:05 UTC (rev 48735)
+++ scummvm/trunk/graphics/scaler/thumbnail_intern.cpp 2010-04-19 20:44:25 UTC (rev 48736)
@@ -162,6 +162,10 @@
in = newscreen;
} else if (width == 720) {
// Special case to handle Hercules mode
+ //
+ // NOTE: This code is pretty SCUMM specific.
+ // For other games this code might cut off
+ // not only the menu, but also other graphics.
width = 640;
inHeight = 400;
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