mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
oops. that's what last minute moves may result in.
svn-id: r29570
This commit is contained in:
parent
8a145bbb53
commit
7270c8113e
@ -192,7 +192,7 @@ int PreAgiEngine::getSelection(SelectionTypes type) {
|
||||
|
||||
void PreAgiEngine::playNote(int16 frequency, int32 length) {
|
||||
_speakerStream->play(Audio::PCSpeaker::kWaveFormSquare, frequency, length);
|
||||
_vm->_system->delayMillis(duration);
|
||||
_system->delayMillis(length);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user