diff options
Diffstat (limited to 'engines/pegasus')
-rw-r--r-- | engines/pegasus/neighborhood/norad/alpha/panorama.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/pegasus/neighborhood/norad/alpha/panorama.cpp b/engines/pegasus/neighborhood/norad/alpha/panorama.cpp index 614595ba25..ecd428239b 100644 --- a/engines/pegasus/neighborhood/norad/alpha/panorama.cpp +++ b/engines/pegasus/neighborhood/norad/alpha/panorama.cpp @@ -195,7 +195,6 @@ void Panorama::loadStrips(CoordType stripLeft, CoordType stripRight) { if (overlapLeft <= overlapRight) { Common::Rect r1((overlapLeft - _stripLeft) * _stripWidth, 0, (overlapRight - _stripLeft + 1) * _stripWidth, _panoramaHeight); - Common::Rect r2 = r1; if (stripLeft < _stripLeft) { Common::Rect bounds; |