diff options
author | Torbjörn Andersson | 2005-10-08 21:33:31 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-10-08 21:33:31 +0000 |
commit | da43d814cd940bb02517418e92855a9bf9f9692a (patch) | |
tree | 0710f1db042283bb8913315630fe9813f7a8a473 | |
parent | 60b85c5137f05ea248ccb54c1a454cb4bc1ebd03 (diff) | |
download | scummvm-rg350-da43d814cd940bb02517418e92855a9bf9f9692a.tar.gz scummvm-rg350-da43d814cd940bb02517418e92855a9bf9f9692a.tar.bz2 scummvm-rg350-da43d814cd940bb02517418e92855a9bf9f9692a.zip |
Oops, made a typo when rewriting that comment.
svn-id: r18973
-rw-r--r-- | saga/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.cpp b/saga/script.cpp index 79e5632e8c..797856957a 100644 --- a/saga/script.cpp +++ b/saga/script.cpp @@ -131,7 +131,7 @@ Script::Script(SagaEngine *vm) : _vm(vm) { // and the object names. // // In IHNM, the "main strings" contains the verb strings, but not the - // object verbs. At least, I think that's the case. + // object names. At least, I think that's the case. _vm->_resource->loadResource(resourceContext, _vm->getResourceDescription()->mainStringsResourceId, stringsPointer, stringsLength); |