diff options
author | Colin Snover | 2017-05-20 20:59:16 -0500 |
---|---|---|
committer | Colin Snover | 2017-05-20 21:14:18 -0500 |
commit | 1f29e6f241f77e028b31d72d6d4adaf8ce1b29ae (patch) | |
tree | d6a9012388ffe213d8e8e85ba102fa12231b4e13 /engines/testbed/graphics.cpp | |
parent | d09ae57fd8a22e3b0a3946a028a500c15f05aa0a (diff) | |
download | scummvm-rg350-1f29e6f241f77e028b31d72d6d4adaf8ce1b29ae.tar.gz scummvm-rg350-1f29e6f241f77e028b31d72d6d4adaf8ce1b29ae.tar.bz2 scummvm-rg350-1f29e6f241f77e028b31d72d6d4adaf8ce1b29ae.zip |
SCI: Refactor relocation code
This groundwork enables an object to look up its static name
separately from the normal process that is used to populate
Object::_variables when an object is first constructed.
(The static name property needs to be able to be retrieved from
objects inside of earlier save games whose name properties may
have already been modified at runtime, so the code cannot simply
pluck the value out of Object::_variables when they are first
initialised and then persisted into the save game, as nice and
easy as that would have been.)
This commit also helps to clarify the situation with relocation
tables in SCI1 games that start with a zero entry.
Refs Trac#9780.
Diffstat (limited to 'engines/testbed/graphics.cpp')
0 files changed, 0 insertions, 0 deletions