#1234 closed defect (fixed)
ZAK: not all verbs are shown...
Reported by: | SF/khalek | Owned by: | Kirben |
---|---|---|---|
Priority: | low | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Zak McKracken |
Description
in the Atari ST zak demo it shows verbs at the bottom of the screen. Currently all of the verbs aren't shown. If I recall correctly they used to all be displayed with ScummVM...
screenshot of original and scummvm attached
Linux with latest CVS etc
Ticket imported from: #809033. Ticket imported from: bugs/1234.
Attachments (2)
Change History (6)
by , 21 years ago
Attachment: | svmzakdemo.png added |
---|
comment:1 by , 21 years ago
I believe that this is caused by a change by Kirben: <http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/scummvm/ scummvm/scumm/verbs.cpp.diff?r1=1.72&r2=1.73>
In particular, o2_verbOps (like o5_verbOps) attempts to redraw the verb it modified at the end with these two lines: drawVerb(slot, 0); verbMouseOver(0); However, the above mentioned changes prevent that from working correctly.
comment:2 by , 21 years ago
Owner: | set to |
---|
comment:3 by , 21 years ago
Status: | new → closed |
---|
comment:4 by , 21 years ago
Resolution: | → fixed |
---|
behaviour in ScummVM