aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/console.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-10-03 01:38:48 +0300
committerFilippos Karapetis2016-10-03 01:38:48 +0300
commit891813c9e1ec96971a61ede016e3b7872977549e (patch)
treefbe2e6d00651ba97594257100c0e6aa32bc2218f /engines/chewy/console.h
parentb394b1b687a037369db6f4242329cf370d4d1c85 (diff)
downloadscummvm-rg350-891813c9e1ec96971a61ede016e3b7872977549e.tar.gz
scummvm-rg350-891813c9e1ec96971a61ede016e3b7872977549e.tar.bz2
scummvm-rg350-891813c9e1ec96971a61ede016e3b7872977549e.zip
CHEWY: TCF resources contain error messages, not in-game text
Diffstat (limited to 'engines/chewy/console.h')
-rw-r--r--engines/chewy/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/console.h b/engines/chewy/console.h
index ab8b8de60a..a4ffbe8ada 100644
--- a/engines/chewy/console.h
+++ b/engines/chewy/console.h
@@ -45,7 +45,7 @@ private:
bool Cmd_PlayMusic(int argc, const char **argv);
bool Cmd_PlayVideo(int argc, const char **argv);
bool Cmd_VideoInfo(int argc, const char **argv);
- bool Cmd_Text(int argc, const char **argv);
+ bool Cmd_ErrorMessage(int argc, const char **argv);
};
} // End of namespace Chewy