[Scummvm-tracker] [ScummVM :: Bugs] #12601: myst and the deaf

ScummVM :: Bugs trac at scummvm.org
Wed Jun 2 15:34:18 UTC 2021


#12601: myst and the deaf
----------------------------+-----------------------------
Reporter:  AspireONE-zz     |       Owner:  (none)
    Type:  feature request  |      Status:  new
Priority:  normal           |   Component:  Engine: Mohawk
 Version:                   |  Resolution:
Keywords:                   |        Game:  Myst
----------------------------+-----------------------------
Comment (by AspireONE-zz):

 Hello,

 I was thinking that in the function void Myst::rocketCheckSolution()

 There are five test for the sliders in the form :

 if (soundId != 9546)
                 solved = false;

 I thought to change this to following :

        if ( abs(soundId-9546)>10 )
                 solved = false;

 Then everybody should be happy.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12601#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list