Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
mempcpy is a GNU extension and the only difference to memcpy is the
return value, which this code happily ignores. So I assume it's a
typo.
|
|
|
|
This is very error-prone, and needs testing.
|
|
The ScummVM menu will be used if dreamweb_originalsaveload
is set to true. This is very error-prone, and needs testing.
|
|
|
|
|
|
|
|
|
|
findsource() has the hidden side effect of modifying kTakeoff,
and the getreelframeax() conversion reordered a findsource() call
and kTakeoff access in e78a5a2b08012dfe786da6d77abcc052436ace9c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is a debatable hack to accomodate the two different builds of the game, cd or not.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DREAMWEB: Fixes, cleaning and more functions ported to C++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|