diff options
| author | Jordi Vilalta Prat | 2008-02-02 02:35:13 +0000 |
|---|---|---|
| committer | Jordi Vilalta Prat | 2008-02-02 02:35:13 +0000 |
| commit | 5165ff448d2329e3a27948fd73821f314eeb520d (patch) | |
| tree | 620819d618796744f3917d70c6d484b07debd266 /engines/parallaction | |
| parent | ec715ea1ecc7ee0d85ed298f75ce0404d10d622b (diff) | |
| download | scummvm-rg350-5165ff448d2329e3a27948fd73821f314eeb520d.tar.gz scummvm-rg350-5165ff448d2329e3a27948fd73821f314eeb520d.tar.bz2 scummvm-rg350-5165ff448d2329e3a27948fd73821f314eeb520d.zip | |
Converted the remaining engines to use MetaEngine
svn-id: r30728
Diffstat (limited to 'engines/parallaction')
| -rw-r--r-- | engines/parallaction/detection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index b546d7fce6..c5bfb8e30c 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -191,6 +191,7 @@ public: virtual const char *getName() const { return "Parallaction engine"; } + virtual const char *getCopyright() const { return "Nippon Safes Inc. (C) Dynabyte"; } |
