diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lastexpress/lastexpress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |