aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_areas.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-07-30 17:30:50 +0200
committerBastien Bouclet2017-07-30 17:42:01 +0200
commit07aaed5659e352db1ddece44e715a854159d58ec (patch)
tree03dfa6ebbfe81c60b79d7bbc55fa9295f8b2f4a9 /engines/mohawk/myst_areas.h
parent4fee9a492ea9db7fd3c7830e2e07b7d79808bbdc (diff)
downloadscummvm-rg350-07aaed5659e352db1ddece44e715a854159d58ec.tar.gz
scummvm-rg350-07aaed5659e352db1ddece44e715a854159d58ec.tar.bz2
scummvm-rg350-07aaed5659e352db1ddece44e715a854159d58ec.zip
MOHAWK: Myst: Set the mixer sound type to SFX for videos
Also simplify video filename construction.
Diffstat (limited to 'engines/mohawk/myst_areas.h')
-rw-r--r--engines/mohawk/myst_areas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_areas.h b/engines/mohawk/myst_areas.h
index 3108a197fb..32b6ca4f2f 100644
--- a/engines/mohawk/myst_areas.h
+++ b/engines/mohawk/myst_areas.h
@@ -117,7 +117,7 @@ public:
void pauseMovie(bool pause);
protected:
- static Common::String convertMystVideoName(Common::String name);
+ static Common::String convertMystVideoName(const Common::String &name);
Common::String _videoFile;
int16 _left;