diff options
author | Strangerke | 2013-02-15 21:34:08 +0100 |
---|---|---|
committer | Strangerke | 2013-02-15 21:35:03 +0100 |
commit | bda951c5e2785cba6289123327c0cda9ab3f82a7 (patch) | |
tree | d289fcb3b248789c3139e6eb46dbc882cea21a89 | |
parent | 53beb9a26ca737873e01acfa820ef683e6f1e3e8 (diff) | |
download | scummvm-rg350-bda951c5e2785cba6289123327c0cda9ab3f82a7.tar.gz scummvm-rg350-bda951c5e2785cba6289123327c0cda9ab3f82a7.tar.bz2 scummvm-rg350-bda951c5e2785cba6289123327c0cda9ab3f82a7.zip |
HOPKINS: Fix 2 comments of LordHoto
-rw-r--r-- | engines/hopkins/detection.cpp | 2 | ||||
-rw-r--r-- | engines/hopkins/hopkins.h | 6 | ||||
-rw-r--r-- | engines/hopkins/sound.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/engines/hopkins/detection.cpp b/engines/hopkins/detection.cpp index 2e122a17a2..7711a053b5 100644 --- a/engines/hopkins/detection.cpp +++ b/engines/hopkins/detection.cpp @@ -83,7 +83,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Hopkins Engine (C) ???"; + return "Hopkins FBI (c)1997-2003 MP Entertainment"; } virtual bool hasFeature(MetaEngineFeature f) const; diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h index 4a01dc0f92..e058ce36c0 100644 --- a/engines/hopkins/hopkins.h +++ b/engines/hopkins/hopkins.h @@ -20,8 +20,8 @@ * */ -#ifndef HOPKINS_H -#define HOPKINS_H +#ifndef HOPKINS_HOPKINS_H +#define HOPKINS_HOPKINS_H #include "common/scummsys.h" #include "common/system.h" @@ -193,4 +193,4 @@ extern HopkinsEngine *g_vm; } // End of namespace Hopkins -#endif /* HOPKINS_H */ +#endif /* HOPKINS_HOPKINS_H */ diff --git a/engines/hopkins/sound.cpp b/engines/hopkins/sound.cpp index e30e670b27..1e9d02a3ae 100644 --- a/engines/hopkins/sound.cpp +++ b/engines/hopkins/sound.cpp @@ -330,7 +330,7 @@ void SoundManager::playAnimSound(int soundNumber) { } } -static const char *modSounds[] = { +static const char *const modSounds[] = { "appart", "ville", "Rock", "police", "deep", "purgat", "riviere", "SUSPENS", "labo", "cadavre", "cabane", "purgat2", "foret", "ile", "ile2", |