aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/staticres.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2010-03-21 10:51:11 +0000
committerPaul Gilbert2010-03-21 10:51:11 +0000
commit05922881cb2e7f8b0766587b20ed496bd83653bc (patch)
treec75a784ce503330e116d1294f0ecbeea4328ae30 /engines/m4/staticres.cpp
parente6619b579299ecefcf9cf6daf0e272cb86136aa4 (diff)
downloadscummvm-rg350-05922881cb2e7f8b0766587b20ed496bd83653bc.tar.gz
scummvm-rg350-05922881cb2e7f8b0766587b20ed496bd83653bc.tar.bz2
scummvm-rg350-05922881cb2e7f8b0766587b20ed496bd83653bc.zip
Added framework for displaying game dialogs
svn-id: r48353
Diffstat (limited to 'engines/m4/staticres.cpp')
-rw-r--r--engines/m4/staticres.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/m4/staticres.cpp b/engines/m4/staticres.cpp
index fbcd78de3f..fc49998adb 100644
--- a/engines/m4/staticres.cpp
+++ b/engines/m4/staticres.cpp
@@ -45,6 +45,9 @@ const char *walkToStr = "Walk to ";
const char *fenceStr = "fence";
const char *overStr = "over";
+const char *GameReleaseInfoStr = "ScummVM rev: 8.43 14-Sept-92";
+const char *GameReleaseTitleStr = "GAME RELASE VERSION INFO";
+
VerbInit verbList[10] = {
{kVerbLook, 2, 0},
{kVerbTake, 2, 0},