aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/POTFILES
diff options
context:
space:
mode:
authorathrxx2019-08-05 20:33:06 +0200
committerathrxx2019-08-07 16:43:07 +0200
commit9ea6c43c975661273950efa60a7e75a6b45cf8af (patch)
treefdb1f7da19ae145c54cd03bf5248ad8aa75b6d7a /engines/sci/POTFILES
parent47a2f62c151c164b3e53392335b00af14a69f7a9 (diff)
downloadscummvm-rg350-9ea6c43c975661273950efa60a7e75a6b45cf8af.tar.gz
scummvm-rg350-9ea6c43c975661273950efa60a7e75a6b45cf8af.tar.bz2
scummvm-rg350-9ea6c43c975661273950efa60a7e75a6b45cf8af.zip
SCI: error dialog for missing sound patch/driver files
After implementing such a dialog into the fb01 driver it did make sense to me to also have this as a feature for all other aftermarket drivers/patches. So now the sound drivers can report missing files after the failed open() call which will then be displayed in a dialog. Which will at least be more helpful than our usual error messages...
Diffstat (limited to 'engines/sci/POTFILES')
-rw-r--r--engines/sci/POTFILES2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/POTFILES b/engines/sci/POTFILES
index 24576e871f..4b8e6e663d 100644
--- a/engines/sci/POTFILES
+++ b/engines/sci/POTFILES
@@ -1,5 +1,4 @@
engines/sci/detection.cpp
-engines/sci/sound/drivers/fb01.cpp
engines/sci/engine/guest_additions.cpp
engines/sci/engine/kfile.cpp
engines/sci/engine/kgraphics.cpp
@@ -8,3 +7,4 @@ engines/sci/engine/savegame.cpp
engines/sci/graphics/controls32.cpp
engines/sci/resource.cpp
engines/sci/sci.cpp
+engines/sci/sound/music.cpp