Skip to content
Permalink
Browse files

HOPKINS: Add a check for another sound related to frames removed in t…

…he Polish version. Fix for bug #6591
  • Loading branch information
Strangerke committed Nov 1, 2014
1 parent 9561d5f commit 14ab55e9badc97fd6554214408da33663a88c792
Showing with 4 additions and 1 deletion.
  1. +4 −1 engines/hopkins/sound.cpp
@@ -273,7 +273,10 @@ void SoundManager::playAnimSound(int animFrame) {
playSample(1);
break;
case 75:
playSample(2);
// This removes the sound of the gun played while the guard is being shot, as this part of the scene has been
// removed in the Polish version of the game
if (_vm->getLanguage() != Common::PL_POL)
playSample(2);
break;
case 95:
// This fixes an original bug in the Polish version of the game, which was literally butchered for some reason

0 comments on commit 14ab55e

Please sign in to comment.
You can’t perform that action at this time.