From 891813c9e1ec96971a61ede016e3b7872977549e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 3 Oct 2016 01:38:48 +0300 Subject: CHEWY: TCF resources contain error messages, not in-game text --- engines/chewy/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/chewy/console.h') 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 -- cgit v1.2.3