diff options
| author | Paul Gilbert | 2010-03-10 11:43:48 +0000 | 
|---|---|---|
| committer | Paul Gilbert | 2010-03-10 11:43:48 +0000 | 
| commit | ca6469840801235f5bb901828cd89f8a549f343f (patch) | |
| tree | 85105bb37ab05f0b7222d96a28c2d3f9740262e2 /engines/m4/staticres.cpp | |
| parent | 77592b5690d227c48520427a3c0600a58471685c (diff) | |
| download | scummvm-rg350-ca6469840801235f5bb901828cd89f8a549f343f.tar.gz scummvm-rg350-ca6469840801235f5bb901828cd89f8a549f343f.tar.bz2 scummvm-rg350-ca6469840801235f5bb901828cd89f8a549f343f.zip | |
Split up the SceneResources class into a generic common set, with specific versions each for M4 and Mads, and merged the MadsSceneInfo data into it
svn-id: r48223
Diffstat (limited to 'engines/m4/staticres.cpp')
| -rw-r--r-- | engines/m4/staticres.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/m4/staticres.cpp b/engines/m4/staticres.cpp index 21cb719a2c..f8f25b7455 100644 --- a/engines/m4/staticres.cpp +++ b/engines/m4/staticres.cpp @@ -41,6 +41,7 @@ const char *atStr = "at";  const char *lookAroundStr = "Look around";  const char *toStr = "to ";  const char *useStr = "Use "; +const char *walkToStr = "Walk to ";  VerbInit verbList[10] = {  	{kVerbLook, 2, 0}, | 
