- 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:
Nicola Mettifogo 2008-05-05 11:02:40 +00:00
parent b6c7385eb4
commit 1ddd54b50d
13 changed files with 106 additions and 81 deletions

View file

@ -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;