diff options
author | Max Horn | 2006-07-31 13:41:21 +0000 |
---|---|---|
committer | Max Horn | 2006-07-31 13:41:21 +0000 |
commit | 4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4 (patch) | |
tree | 25b4b111b4a9bbc712a5f53335b0e9ce5b5c9abd /engines/saga | |
parent | a1bb64e24b3fdcd8983a479fe9b6c0d88f650e30 (diff) | |
download | scummvm-rg350-4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4.tar.gz scummvm-rg350-4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4.tar.bz2 scummvm-rg350-4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4.zip |
* Added copyright string to all engine plugins
* Modified about dialog to list all available plugins with their resp. copyright
* Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too)
svn-id: r23645
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/game.cpp b/engines/saga/game.cpp index 2b66e42bf5..a1bdda6b57 100644 --- a/engines/saga/game.cpp +++ b/engines/saga/game.cpp @@ -82,7 +82,7 @@ PluginError Engine_SAGA_create(OSystem *syst, Engine **engine) { return kNoError; } -REGISTER_PLUGIN(SAGA, "SAGA Engine"); +REGISTER_PLUGIN(SAGA, "SAGA Engine", "Inherit the Earth (C) Wyrmkeep Entertainment"); namespace Saga { #include "sagagame.cpp" |