aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/core
diff options
context:
space:
mode:
authorDavid Russo2015-05-16 19:24:31 +0100
committerDavid Russo2015-07-07 15:24:25 +0100
commitfd8ac7ea79441b5c4a85234e2e875444d47f3f79 (patch)
tree85328bf23a1aee848556303c1372db4d61ec5c33 /engines/zvision/core
parent0c09973a7058a38d09a1fb526124e905a72dec3f (diff)
downloadscummvm-rg350-fd8ac7ea79441b5c4a85234e2e875444d47f3f79.tar.gz
scummvm-rg350-fd8ac7ea79441b5c4a85234e2e875444d47f3f79.tar.bz2
scummvm-rg350-fd8ac7ea79441b5c4a85234e2e875444d47f3f79.zip
ZVISION: Change mentions of ZVision to Z-Vision
To match official documentation (e.g. game manual, credits).
Diffstat (limited to 'engines/zvision/core')
-rw-r--r--engines/zvision/core/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/core/console.cpp b/engines/zvision/core/console.cpp
index f5cacb582c..336541d82a 100644
--- a/engines/zvision/core/console.cpp
+++ b/engines/zvision/core/console.cpp
@@ -275,7 +275,7 @@ bool Console::cmdDumpFiles(int argc, const char **argv) {
bool Console::cmdDumpImage(int argc, const char **argv) {
if (argc != 2) {
- debugPrintf("Use %s <TGA/TGZ name> to dump a ZVision TGA/TGZ image into a regular BMP image\n", argv[0]);
+ debugPrintf("Use %s <TGA/TGZ name> to dump a Z-Vision TGA/TGZ image into a regular BMP image\n", argv[0]);
return true;
}