diff options
author | Max Horn | 2010-10-23 15:46:50 +0000 |
---|---|---|
committer | Max Horn | 2010-10-23 15:46:50 +0000 |
commit | 3534cff8ef88b5e6a87e4f561146e52288456fa1 (patch) | |
tree | 5df229a8ffc35eb40462f362ecb7ab09ff7db238 /engines/agi | |
parent | efcfb40da92eedc2a22e595b26369f960efd434e (diff) | |
download | scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.tar.gz scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.tar.bz2 scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.zip |
ALL: Fix indention (whitespaces -> tabs)
svn-id: r53738
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/sound_coco3.cpp | 4 | ||||
-rw-r--r-- | engines/agi/sound_midi.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/sound_coco3.cpp b/engines/agi/sound_coco3.cpp index f054be0682..858c1c8515 100644 --- a/engines/agi/sound_coco3.cpp +++ b/engines/agi/sound_coco3.cpp @@ -61,9 +61,9 @@ void SoundGenCoCo3::play(int resnum) { uint32 start_time = _vm->_system->getMillis(); while (_vm->_system->getMillis() < start_time + note.duration) { - _vm->_system->updateScreen(); + _vm->_system->updateScreen(); - _vm->_system->delayMillis(10); + _vm->_system->delayMillis(10); } } } while (note.freq != 0xff); diff --git a/engines/agi/sound_midi.cpp b/engines/agi/sound_midi.cpp index 0c8b3fa36a..f7f38a8d55 100644 --- a/engines/agi/sound_midi.cpp +++ b/engines/agi/sound_midi.cpp @@ -294,7 +294,7 @@ static uint32 convertSND2MIDI(byte *snddata, byte **data) { for (n = 0; n < 3; n++) { uint16 start, end, pos; - + st.write("MTrk", 4); lp = st.pos(); st.writeUint32BE(0); /* chunklength */ |