mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 23:27:37 +00:00
HOPKINS: Fix censorship issue introduced in a11f579a3f
This commit is contained in:
parent
b7ad4c39cd
commit
ea9fee35e8
@ -232,7 +232,7 @@ bool HopkinsEngine::runWin95Demo() {
|
||||
if (!_globals->_censorshipFl)
|
||||
_animMan->playAnim("BANQUE.ANM", "BANKUK.ANM", 200, 28, 200);
|
||||
else
|
||||
_animMan->playAnim("BANQUE.ANM", "BANKUK.ANM", 200, 28, 200);
|
||||
_animMan->playAnim("BANKUK.ANM", "BANQUE.ANM", 200, 28, 200);
|
||||
_soundMan->_specialSoundNum = 0;
|
||||
_soundMan->removeSample(1);
|
||||
_soundMan->removeSample(2);
|
||||
|
Loading…
Reference in New Issue
Block a user