diff options
author | Tobias Gunkel | 2012-01-22 22:58:10 +0100 |
---|---|---|
committer | Tobias Gunkel | 2012-02-11 08:29:13 +0100 |
commit | 96f8fc6ca9889d30db11b854c95ffd65bb88034d (patch) | |
tree | e8c765f1f68123433f6f36063b7e4e2479c83d58 /COPYING.FREEFONT | |
parent | fd4a3501ede75d87c06980b5ac563402da834f25 (diff) | |
download | scummvm-rg350-96f8fc6ca9889d30db11b854c95ffd65bb88034d.tar.gz scummvm-rg350-96f8fc6ca9889d30db11b854c95ffd65bb88034d.tar.bz2 scummvm-rg350-96f8fc6ca9889d30db11b854c95ffd65bb88034d.zip |
SCUMM: Fix actor ID handling in v0
Some object functions allow actor IDs and object IDs as parameters. They are easily distinguishable in engines > 0 as actor IDs are < _numActors and object IDs are bigger. In v0 this is not the case as there are objects with IDs like 3 and 5 (e.g. the hamster). So object ID handling was unified for v0 and the other engines by introducing objIsActor(), objToActor() and ActorToObj().
Diffstat (limited to 'COPYING.FREEFONT')
0 files changed, 0 insertions, 0 deletions