[Scummvm-tracker] [ScummVM] #9972: MOHAWK: Riven: Missing sound effect for submarine hatch closing.

Bastien Bouclet trac at scummvm.org
Wed Jul 19 13:22:01 CEST 2017


#9972: MOHAWK: Riven: Missing sound effect for submarine hatch closing.
---------------------+----------------------------
  Reporter:  macca8  |      Owner:  (none)
      Type:  defect  |     Status:  new
  Priority:  low     |  Component:  Engine: Mohawk
Resolution:          |   Keywords:
      Game:  Riven   |
---------------------+----------------------------

Comment (by bgK):

 This one is a script bug.

 current script:
 {{{
 transition(16);
 switchCard(534);
 }}}

 should be:
 {{{
 transition(16);
 switchCard(534);
 playSound(112, 256, 0);
 }}}

--
Ticket URL: <https://bugs.scummvm.org/ticket/9972#comment:1>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list