mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
SCUMM: Janitorial - Remove trailing spaces
This commit is contained in:
parent
b808d4818e
commit
85b3526860
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user