aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorFilippos Karapetis2012-01-08 19:07:00 +0200
committerFilippos Karapetis2012-01-08 19:07:00 +0200
commitfb26f7dcfa2987706f669882135c7648d365e696 (patch)
tree5f4d169a75614764abe492e2ecf801bd07c097cd /engines/tsage
parent4938e49e2df1d2f8f794461a32a7da86f4e1e967 (diff)
downloadscummvm-rg350-fb26f7dcfa2987706f669882135c7648d365e696.tar.gz
scummvm-rg350-fb26f7dcfa2987706f669882135c7648d365e696.tar.bz2
scummvm-rg350-fb26f7dcfa2987706f669882135c7648d365e696.zip
TSAGE: Update comment
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/graphics.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/engines/tsage/graphics.cpp b/engines/tsage/graphics.cpp
index afaf05190e..5acd191b11 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