Skip to content

Commit

Permalink
HOPKINS: Fix censorship issue introduced in a11f579
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Feb 2, 2014
1 parent b7ad4c3 commit ea9fee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/hopkins/hopkins.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit ea9fee3

Please sign in to comment.