aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorMax Horn2003-06-15 00:54:14 +0000
committerMax Horn2003-06-15 00:54:14 +0000
commitf1fc68773d32783eea28d9ae711a26dd461cea1a (patch)
tree839ac04e53b6fd1a03285d858c22b291542a906b /scumm/smush
parent6ece4cfbdaca67440b24bb387e66402d5d638ae1 (diff)
downloadscummvm-rg350-f1fc68773d32783eea28d9ae711a26dd461cea1a.tar.gz
scummvm-rg350-f1fc68773d32783eea28d9ae711a26dd461cea1a.tar.bz2
scummvm-rg350-f1fc68773d32783eea28d9ae711a26dd461cea1a.zip
made stuff in class Sound protected where possible; moved readCreativeVocFile to imuse_digi.cpp and turned it into a static function; put the DigitalTrackInfo stuff into sound.cpp (keeping it private); removed #includes from sound.h (this cuts down interdependencies a little)
svn-id: r8493
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/smush_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index 69dbfa5167..f20d007221 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -881,7 +881,7 @@ void SmushPlayer::play(const char *filename, const char *directory) {
File f;
f.open(filename, directory);
if (!f.isOpen()) {
- warning("SmushPlayer::setupAnim() File not found %s", filename);
+ warning("SmushPlayer::play() File not found %s", filename);
return;
}