JANITORIAL: Remove trailing spaces
This commit is contained in:
parent
c5efd9f748
commit
dead4aa014
379 changed files with 1319 additions and 1319 deletions
|
@ -300,10 +300,10 @@ void Screen::cyclePaletteBackwards() {
|
|||
_vm->_timers[6]._flag++;
|
||||
byte *pStart = &_rawPalette[_cycleStart * 3];
|
||||
byte *pEnd = &_rawPalette[_endCycle * 3];
|
||||
|
||||
|
||||
for (int idx = _startCycle; idx < _endCycle; ++idx) {
|
||||
g_system->getPaletteManager()->setPalette(pStart, idx, 1);
|
||||
|
||||
|
||||
pStart += 3;
|
||||
if (pStart == pEnd)
|
||||
pStart = &_rawPalette[_cycleStart * 3];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue