aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/vdx.cpp
diff options
context:
space:
mode:
authorJordi Vilalta Prat2010-05-20 00:10:53 +0000
committerJordi Vilalta Prat2010-05-20 00:10:53 +0000
commit75992f856cd4949973d7f9cc2847098887e333d7 (patch)
treef53f9d5659b615a7b884c7c6dc6919f58cefe6d2 /engines/groovie/vdx.cpp
parent678411ae5e2dafd8878ddec119671611a4a39541 (diff)
downloadscummvm-rg350-75992f856cd4949973d7f9cc2847098887e333d7.tar.gz
scummvm-rg350-75992f856cd4949973d7f9cc2847098887e333d7.tar.bz2
scummvm-rg350-75992f856cd4949973d7f9cc2847098887e333d7.zip
Groovie: Tweak a filename of the Mac version of T7G
svn-id: r49112
Diffstat (limited to 'engines/groovie/vdx.cpp')
-rw-r--r--engines/groovie/vdx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/vdx.cpp b/engines/groovie/vdx.cpp
index bd32660621..fb6377349f 100644
--- a/engines/groovie/vdx.cpp
+++ b/engines/groovie/vdx.cpp
@@ -103,7 +103,7 @@ uint16 VDXPlayer::loadInternal() {
debugC(1, kGroovieDebugVideo | kGroovieDebugAll, "Groovie::VDX: Playing video");
if (_file->readUint16LE() != VDX_IDENT) {
- error("Groovie::VDX: This does not appear to be a 7th guest vxd file");
+ error("Groovie::VDX: This does not appear to be a 7th guest VDX file");
return 0;
} else {
debugC(5, kGroovieDebugVideo | kGroovieDebugAll, "Groovie::VDX: VDX file identified correctly");