MADS: Remove trailing whitespace

This commit is contained in:
Filippos Karapetis 2014-10-28 16:19:26 +02:00
parent e0c281b9b2
commit 01e8286e1c
12 changed files with 32 additions and 32 deletions

View file

@ -473,7 +473,7 @@ int SequenceList::startReverseCycle(int srcSpriteIndex, bool flipped, int numTic
int depth = _vm->_game->_scene._depthSurface.getDepth(Common::Point(
frame->_offset.x + frame->w / 2, frame->_offset.y + frame->h / 2));
return add(srcSpriteIndex, flipped, sprites->getCount(), triggerCountdown, timeoutTicks,
return add(srcSpriteIndex, flipped, sprites->getCount(), triggerCountdown, timeoutTicks,
extraTicks, numTicks, 0, 0, true, 100, depth - 1, -1, ANIMTYPE_REVERSIBLE, 0, 0);
}