From 5277c86482d955d19441a1cd4b7363a61bd1a230 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Tue, 22 Mar 2011 16:46:31 -0400 Subject: LASTEXPRESS: Fix sound timer to only run every 17 milliseconds --- engines/lastexpress/lastexpress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lastexpress/lastexpress.cpp') diff --git a/engines/lastexpress/lastexpress.cpp b/engines/lastexpress/lastexpress.cpp index 9074225e94..7c08fef627 100644 --- a/engines/lastexpress/lastexpress.cpp +++ b/engines/lastexpress/lastexpress.cpp @@ -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); -- cgit v1.2.3