[Scummvm-cvs-logs] scummvm master -> fb26f7dcfa2987706f669882135c7648d365e696

bluegr md5 at scummvm.org
Sun Jan 8 18:08:13 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fb26f7dcfa TSAGE: Update comment


Commit: fb26f7dcfa2987706f669882135c7648d365e696
    https://github.com/scummvm/scummvm/commit/fb26f7dcfa2987706f669882135c7648d365e696
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-01-08T09:07:00-08:00

Commit Message:
TSAGE: Update comment

Changed paths:
    engines/tsage/graphics.cpp



diff --git a/engines/tsage/graphics.cpp b/engines/tsage/graphics.cpp
index afaf051..5acd191 100644
--- a/engines/tsage/graphics.cpp
+++ b/engines/tsage/graphics.cpp
@@ -1309,12 +1309,10 @@ int GfxManager::getAngle(const Common::Point &p1, const Common::Point &p2) {
 }
 
 // FIXME: The two checks for screenSurface inside these two copyFrom() methods
-// are meant for Ringworld 2, but the corresponding setBounds case causes a lot
-// of issues with the popup menus when right clicking in all games (i.e. the
-// popup menu is always shown on the top left of the screen). For now, these checks
-// are limited for R2R only (as was the original intent), but they should be
-// investigated, as they cause the same glitches with the popup menu there as with
-// the other games.
+// are meant for Ringworld 2, but the corresponding setBounds cases cause
+// issues with the popup menus when right clicking in all games (e.g. the popup
+// menu is always shown on the top left of the screen). Therefore, these two
+// code fragments are disabled for now, till the glitches they cause are fixed.
 
 void GfxManager::copyFrom(GfxSurface &src, Rect destBounds, Region *priorityRegion) {
 #if 0






More information about the Scummvm-git-logs mailing list