Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
speaker declaration is common to several speakers.
|
|
|
|
partially overridden
|
|
|
|
(overlapping source/dest)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Fingolfin for the suggestion.
|
|
call
|
|
|
|
|
|
|
|
SCUMM: Fix warning due to implicit conversion to int
|
|
Dreamweb cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dreamweb: Mark structs packed, minor tweaks
|
|
This fixes an assert in the madman sequence
|
|
|
|
This is quite useful for devices with limited storage, where the user
can use the CD version without its speech files
|
|
|
|
... and probably also to some that don't need it; since it seems better to
err on the wrong side here for now, I did not check every struct as to whether
it really needs this. On the long run, it would be better if the code did not
rely on any kind of packing anyway.
|
|
|
|
SetObject::name and DynObject::id are stored at the exact same offset,
and have the exact same meaning (see also objectMatches()). Now they
also have the same name, objId.
|
|
|
|
|
|
|
|
|