From 75198ce17c6e13dd01ca44e17c7ad8a40d38dcf8 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 29 Oct 2014 17:13:16 +0100 Subject: HOPKINS: Fix a couple of comments --- engines/hopkins/sound.cpp | 4 ++-- 1 file 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; -- cgit v1.2.3