[Scummvm-tracker] [ScummVM] #10747: QFG4: Crash when walking around the squid monolith

Vhati trac at scummvm.org
Fri Nov 9 16:16:57 CET 2018


#10747: QFG4: Crash when walking around the squid monolith
--------------------------------+-------------------------
  Reporter:  Vhati              |      Owner:  (none)
      Type:  defect             |     Status:  new
  Priority:  normal             |  Component:  Engine: SCI
Resolution:                     |   Keywords:  SCI32
      Game:  Quest for Glory 4  |
--------------------------------+-------------------------

Comment (by Vhati):

 I guess that isKindOf() AND condition needs an "is oldCycler > 0" check
 above it.

 As seen with cycler in stopGroop::doit().
 {{{
         (method (doit)
                 (if
                         (and
                                 (global0 cycler?)
                                 ((global0 cycler?) isKindOf: StopWalk)
                         )
                         (global0 view: ((global0 cycler?) vWalking?))
                 )
                 (super doit: &rest)
         )
 }}}

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


More information about the Scummvm-tracker mailing list