- Moved some members from the engine class to Location, since they belong there.
- Cleaned up usage of location flags by using accessor functions. svn-id: r31872
This commit is contained in:
parent
b6c7385eb4
commit
1ddd54b50d
13 changed files with 106 additions and 81 deletions
|
@ -268,7 +268,7 @@ void Parallaction_ns::_c_moveSarc(void *parm) {
|
|||
a = findAnimation("finito");
|
||||
|
||||
a->_flags |= (kFlagsActive | kFlagsActing);
|
||||
_localFlags[_currentLocationIndex] |= 0x20; // GROSS HACK: activates 'finito' flag in dinoit_museo.loc
|
||||
setLocationFlags(0x20); // GROSS HACK: activates 'finito' flag in dinoit_museo.loc
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue