diff options
-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; |