oops. buglet. extra for loop

This commit is contained in:
Scott Moynes 2002-08-14 20:55:35 +00:00
parent b016470119
commit d856db568a

View file

@ -499,7 +499,6 @@ void screen::cycleWindow(const bool forward, const int increment,
} else {
if (target == begin)
target = end;
for (int x = 0; x < increment; ++x)
--target;
}