diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/graphics.cpp | 10 |
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 |