mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
HOPKINS: Fix censorship issue introduced in a11f579a3f
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user