mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
LASTEXPRESS: Fix sound timer to only run every 17 milliseconds
This commit is contained in:
parent
5f96dc6867
commit
5277c86482
@ -141,7 +141,7 @@ Common::Error LastExpressEngine::run() {
|
||||
|
||||
// Start sound manager and setup timer
|
||||
_soundMan = new SoundManager(this);
|
||||
_timer->installTimerProc(&soundTimer, 17, this);
|
||||
_timer->installTimerProc(&soundTimer, 17000, this);
|
||||
|
||||
// Menu
|
||||
_menu = new Menu(this);
|
||||
|
Loading…
Reference in New Issue
Block a user