aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-02 15:14:42 -0400
committerPaul Gilbert2014-08-02 15:14:42 -0400
commita35ba4caf96ab29a184787a859aea2918a74975c (patch)
treee5643f604c03cec8de5f5905aaac023bdbe38a22 /engines/access/amazon
parenta94bf197ef512eb7bf4dcb96ffcd459959c0d57c (diff)
downloadscummvm-rg350-a35ba4caf96ab29a184787a859aea2918a74975c.tar.gz
scummvm-rg350-a35ba4caf96ab29a184787a859aea2918a74975c.tar.bz2
scummvm-rg350-a35ba4caf96ab29a184787a859aea2918a74975c.zip
ACCESS: Adding file loading
Diffstat (limited to 'engines/access/amazon')
-rw-r--r--engines/access/amazon/amazon_game.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_game.cpp b/engines/access/amazon/amazon_game.cpp
index 37441411d6..53ddde9f68 100644
--- a/engines/access/amazon/amazon_game.cpp
+++ b/engines/access/amazon/amazon_game.cpp
@@ -35,6 +35,8 @@ void AmazonEngine::doTitle() {
_screen->forceFadeOut();
_events->hideCursor();
+ _sound->loadSound(98, 30);
+
}
} // End of namespace Amazon