Opened 21 years ago
Closed 21 years ago
#1320 closed defect (fixed)
ZAK: Can't Give Club in 5.5 build
Reported by: | SF/pyrtolin | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Zak McKracken |
Description
Using the 12/1 and 12/3 builds of 5.5, I can't "Give Golf Club to Shaman" in Zaire. (Or otherwise interact with him; clicking about randomly will occasionally bring up a "No Thanks" reply)
English, Floppy, Win32
I tested it in 5.1 and it worked fine, but I only recenly discovered this, so I can't offer a more narrow version range.
Ticket imported from: #853874. Ticket imported from: bugs/1320.
Attachments (2)
Change History (11)
by , 21 years ago
comment:1 by , 21 years ago
Summary: | Can't Give Club in 5.5 build → ZAK: Can't Give Club in 5.5 build |
---|
comment:3 by , 21 years ago
There is no 5.1 and 5.5 version of ScummVM yet. We didn't even reach 1.0 so far :-) You probably mean 0.5.1 and a 0.5.5 CVS build (of which there are dozens different ones).
Anyway, while I'd love to debug this, I can't: I only have the german Zak.
comment:4 by , 21 years ago
Owner: | set to |
---|
comment:5 by , 21 years ago
Owner: | changed from | to
---|
comment:6 by , 21 years ago
This problem is caused by fingolfin's changes in scumm/object.cpp revision 1.141. fingolfin, could you have a look at issue ? I have attached save game for v1 zak.
comment:7 by , 21 years ago
I encountered the same problem in the english AMIGA version and posted something to that end in the Help Forum. (I was just about to file a bug report of my own but checked if that problem was reported first and found this report.)
comment:8 by , 21 years ago
I think that my change in object.cpp is correct. Maybe it uncovered a problem in the walkbox code or somesuch.
More to the point, getObjActToObjActDist() calculates the distance between the points (816,92) and (784,106). Pixelwise, this is (32,14); translated to the V1/V2 coord system (which divides x by 8 and y by 2) that gives (4,7); the maximum of which is 7. The old distance code would compute "4" as distance, which is clearly wrong.
The true issue may be related to the question why (816,92) and (784,106) are used for the computation.. considering that zak is at (816,92) while the shaman is at (784,92). (Well of course this is due to adjustXYToBeInBox(), but I need to check how this is done in the original).
comment:9 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Saved in Shaman's Hut