diff options
author | Paul Gilbert | 2014-08-02 15:14:42 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-08-02 15:14:42 -0400 |
commit | a35ba4caf96ab29a184787a859aea2918a74975c (patch) | |
tree | e5643f604c03cec8de5f5905aaac023bdbe38a22 /engines/access/amazon | |
parent | a94bf197ef512eb7bf4dcb96ffcd459959c0d57c (diff) | |
download | scummvm-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.cpp | 2 |
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 |