[Scummvm-tracker] [ScummVM] #10261: SCI: RAMA: Misplaced zero for bangkok sum/difference puzzles

Colin Snover trac at scummvm.org
Tue Oct 3 04:02:31 CEST 2017


#10261: SCI: RAMA: Misplaced zero for bangkok sum/difference puzzles
-----------------------+-------------------------
  Reporter:  dafioram  |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  normal    |  Component:  Engine: SCI
Resolution:            |   Keywords:  sci32
      Game:  RAMA      |
-----------------------+-------------------------

Comment (by csnover):

 So what seems to be going on here is that the game stacks unused question
 digit views in the top-left corner for the arithmetic puzzle. These views
 are not fully initialised so they are just cel 0 views which happens to
 correspond to the digit 0 (even though the views themselves aren’t for
 digit 0). Since this running into the last-ditch sorting algorithm again
 (vs the plane pic), I guess we’re consistently sorting the digits higher
 than the plane pic cel. It looks like the game messes with priorities on
 the digits it actually uses, so hopefully I can just script patch it the
 unused priority to -1.

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


More information about the Scummvm-tracker mailing list