diff options
author | Strangerke | 2014-02-16 18:39:02 +0100 |
---|---|---|
committer | Strangerke | 2014-02-16 18:39:02 +0100 |
commit | 85b3526860aae9db8366f48ad1a9122d89dab88c (patch) | |
tree | 57e642dca043005b0a2775dd4ce92a470c952a9d /engines | |
parent | b808d4818ef0669fe88ac347022e123fa609e380 (diff) | |
download | scummvm-rg350-85b3526860aae9db8366f48ad1a9122d89dab88c.tar.gz scummvm-rg350-85b3526860aae9db8366f48ad1a9122d89dab88c.tar.bz2 scummvm-rg350-85b3526860aae9db8366f48ad1a9122d89dab88c.zip |
SCUMM: Janitorial - Remove trailing spaces
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/players/player_ad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/players/player_ad.cpp b/engines/scumm/players/player_ad.cpp index 20630e1cb9..7b525116cf 100644 --- a/engines/scumm/players/player_ad.cpp +++ b/engines/scumm/players/player_ad.cpp @@ -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; |