Skip to content

Commit

Permalink
PEGASUS: Silence a gcc 4.6 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Apr 5, 2012
1 parent 87fd7e2 commit 9b66f04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/pegasus/neighborhood/norad/alpha/panorama.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 9b66f04

Please sign in to comment.