diff options
author | Max Horn | 2006-03-09 13:03:23 +0000 |
---|---|---|
committer | Max Horn | 2006-03-09 13:03:23 +0000 |
commit | 783264fe28dd25a4f06a17683d18519bb55842a7 (patch) | |
tree | ff8183a56deb2e17c01ca2edba0979e2e6597bd7 /engines/saga | |
parent | de295c562db98bd80b9aa174cd221ac76ad35b69 (diff) | |
download | scummvm-rg350-783264fe28dd25a4f06a17683d18519bb55842a7.tar.gz scummvm-rg350-783264fe28dd25a4f06a17683d18519bb55842a7.tar.bz2 scummvm-rg350-783264fe28dd25a4f06a17683d18519bb55842a7.zip |
Made sure the generic ITE description matches the 'special' ones in game.cpp
svn-id: r21169
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/saga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp index 9ed9c0f854..b81c151456 100644 --- a/engines/saga/saga.cpp +++ b/engines/saga/saga.cpp @@ -57,7 +57,7 @@ #include "saga/resnames.h" static const PlainGameDescriptor saga_games[] = { - {"ite", "Inherit the Earth"}, + {"ite", "Inherit the Earth: Quest for the Orb"}, {"ihnm", "I Have No Mouth and I Must Scream"}, {0, 0} }; |