SCUMM: Janitorial - Remove trailing spaces

This commit is contained in:
Strangerke 2014-02-16 18:39:02 +01:00
parent b808d4818e
commit 85b3526860

View File

@ -748,7 +748,7 @@ void Player_AD::parseNote(int channel, int num, const byte *offset) {
const int note = channel * 2 + num;
_notes[note].state = -1;
processNote(note, offset);
_notes[note].playTime = 0;
_notes[note].playTime = 0;
if (*offset & 0x20) {
_notes[note].playTime = (*(offset + 4) >> 4) * 118;