Skip to content

Commit

Permalink
TITANIC: Don't play sound when entering views with sweet bowls
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 27, 2016
1 parent 3603ed7 commit 3885bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/game/sweet_bowl.cpp
Expand Up @@ -48,7 +48,7 @@ bool CSweetBowl::MovieEndMsg(CMovieEndMsg *msg) {
bool CSweetBowl::EnterViewMsg(CEnterViewMsg *msg) {
setVisible(false);
loadSound("b#43.wav");
playSound("b#42.wav");
loadSound("b#42.wav");
return true;
}

Expand Down

0 comments on commit 3885bfc

Please sign in to comment.