mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 15:08:59 +00:00
HOPKINS: Fix a couple of comments
This commit is contained in:
parent
c2951e2594
commit
75198ce17c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user