diff options
-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", |