diff options
author | Filippos Karapetis | 2013-01-07 17:01:24 +0200 |
---|---|---|
committer | Filippos Karapetis | 2013-01-07 17:01:24 +0200 |
commit | f1dafa025c6aab93b8cf6b4707c075be3336c3e4 (patch) | |
tree | 6d06ca6128d32b511f8348848cdcc1fe8faee46f /engines/hopkins | |
parent | 87385740befe7e5325032a8a468fa595b4621ccf (diff) | |
download | scummvm-rg350-f1dafa025c6aab93b8cf6b4707c075be3336c3e4.tar.gz scummvm-rg350-f1dafa025c6aab93b8cf6b4707c075be3336c3e4.tar.bz2 scummvm-rg350-f1dafa025c6aab93b8cf6b4707c075be3336c3e4.zip |
HOPKINS: Fix regression (typo)
Diffstat (limited to 'engines/hopkins')
-rw-r--r-- | engines/hopkins/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/sound.cpp b/engines/hopkins/sound.cpp index a55ef4d442..1628268eca 100644 --- a/engines/hopkins/sound.cpp +++ b/engines/hopkins/sound.cpp @@ -319,7 +319,7 @@ void SoundManager::playAnim_SOUND(int soundNumber) { } static const char *modSounds[] = { - "appart", "ville", "Rock", "police", "deep" + "appart", "ville", "Rock", "police", "deep", "purgat", "riviere", "SUSPENS", "labo", "cadavre", "cabane", "purgat2", "foret", "ile", "ile2", "hopkins", "peur", "URAVOLGA", "BASE", "cadavre2", |