[Scummvm-cvs-logs] scummvm master -> 75198ce17c6e13dd01ca44e17c7ad8a40d38dcf8
Strangerke
Strangerke at scummvm.org
Wed Oct 29 17:15:30 CET 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
75198ce17c HOPKINS: Fix a couple of comments
Commit: 75198ce17c6e13dd01ca44e17c7ad8a40d38dcf8
https://github.com/scummvm/scummvm/commit/75198ce17c6e13dd01ca44e17c7ad8a40d38dcf8
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-10-29T17:13:16+01:00
Commit Message:
HOPKINS: Fix a couple of comments
Changed paths:
engines/hopkins/sound.cpp
diff --git a/engines/hopkins/sound.cpp b/engines/hopkins/sound.cpp
index 6b3149e..b429eb8 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;
More information about the Scummvm-git-logs
mailing list