[Scummvm-tracker] [ScummVM :: Bugs] #12734: SCUMM: Missing sentence when Rapp gives the map piece

ScummVM :: Bugs trac at scummvm.org
Fri Jul 16 07:18:17 UTC 2021


#12734: SCUMM: Missing sentence when Rapp gives the map piece
---------------------+------------------------------
Reporter:  dwatteau  |       Owner:  (none)
    Type:  defect    |      Status:  new
Priority:  normal    |   Component:  Engine: SCUMM
 Version:            |  Resolution:
Keywords:            |        Game:  Monkey Island 2
---------------------+------------------------------
Comment (by BLooperZ):

 Seems that
 print(255, [Text(" ")]);

 is delibrately there to erase whatever text is on screen right now.

 the called script before does not have WaitForMessage when it return
 (pretgy much consistent with all scripts)

 can probably be patched by either replacing the empty print with noop
 or placing WaitForMessage() before/in-place
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12734#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list