diff options
author | Strangerke | 2014-10-29 17:13:16 +0100 |
---|---|---|
committer | Strangerke | 2014-10-29 17:13:16 +0100 |
commit | 75198ce17c6e13dd01ca44e17c7ad8a40d38dcf8 (patch) | |
tree | dbacfa356d25460eb2bd1c8dbc8ad6658a8b8abd /engines/hopkins | |
parent | c2951e2594c320c244898237d434e7d83a027662 (diff) | |
download | scummvm-rg350-75198ce17c6e13dd01ca44e17c7ad8a40d38dcf8.tar.gz scummvm-rg350-75198ce17c6e13dd01ca44e17c7ad8a40d38dcf8.tar.bz2 scummvm-rg350-75198ce17c6e13dd01ca44e17c7ad8a40d38dcf8.zip |
HOPKINS: Fix a couple of comments
Diffstat (limited to 'engines/hopkins')
-rw-r--r-- | engines/hopkins/sound.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/sound.cpp b/engines/hopkins/sound.cpp index 6b3149e247..b429eb863a 100644 --- a/engines/hopkins/sound.cpp +++ b/engines/hopkins/sound.cpp @@ -276,7 +276,7 @@ void SoundManager::playAnimSound(int animFrame) { playSample(2); break; case 95: - // This fixes an original bug in the Polish version of the bug, which was literally butchered for some reason + // This fixes an original bug in the Polish version of the game, which was literally butchered for some reason if (_vm->getLanguage() == Common::PL_POL) playSample(3); break; @@ -285,7 +285,7 @@ void SoundManager::playAnimSound(int animFrame) { playSample(3); break; case 108: - // This fixes an original bug in the Polish version of the bug, which was literally butchered for some reason + // This fixes an original bug in the Polish version of the game, which was literally butchered for some reason if (_vm->getLanguage() == Common::PL_POL) playSample(4); break; |