aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/main_loop.cpp
diff options
context:
space:
mode:
authoryinsimei2017-06-09 23:58:54 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commit15c7958d57a6b92f3e5fc20ec4c5043c249b81fa (patch)
tree33b9d21242527b04e2332f97bce053da8524fc3b /engines/sludge/main_loop.cpp
parent36d078cfe42572d298ccd5840ca7a5bd13f4c23d (diff)
downloadscummvm-rg350-15c7958d57a6b92f3e5fc20ec4c5043c249b81fa.tar.gz
scummvm-rg350-15c7958d57a6b92f3e5fc20ec4c5043c249b81fa.tar.bz2
scummvm-rg350-15c7958d57a6b92f3e5fc20ec4c5043c249b81fa.zip
SLUDGE: add sound loop for wav and ogg
Diffstat (limited to 'engines/sludge/main_loop.cpp')
-rw-r--r--engines/sludge/main_loop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sludge/main_loop.cpp b/engines/sludge/main_loop.cpp
index 6655b9b9de..8b12dddac4 100644
--- a/engines/sludge/main_loop.cpp
+++ b/engines/sludge/main_loop.cpp
@@ -380,6 +380,7 @@ int main_loop(const char *filename)
walkAllPeople();
handleInput();
sludgeDisplay();
+ handleSoundLists();
g_system->delayMillis(100);
#if 0
Wait_Frame();