From e3c5f9180ce48a7a43d13baa4b91a17deb50782a Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 24 Feb 2012 05:29:01 +0000 Subject: DREAMWEB: Migrate loadSounds() to using datafile prefix variable. --- engines/dreamweb/dreamweb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dreamweb/dreamweb.h') diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h index 40ae05bd8a..54646ba702 100644 --- a/engines/dreamweb/dreamweb.h +++ b/engines/dreamweb/dreamweb.h @@ -142,7 +142,7 @@ public: void quit(); - void loadSounds(uint bank, const Common::String &file); + void loadSounds(uint bank, const Common::String &suffix); bool loadSpeech(const Common::String &filename); void enableSavingOrLoading(bool enable = true) { _enableSavingOrLoading = enable; } -- cgit v1.2.3