SHERLOCK: Compilation fix

This commit is contained in:
Paul Gilbert 2015-06-14 10:21:50 -04:00
parent 21f0038f96
commit be5df8e304

View File

@ -71,6 +71,7 @@ static const AdjustWalk ADJUST_WALKS[NUM_ADJUSTED_WALKS] = {
};
SherlockEngine *BaseObject::_vm;
bool BaseObject::_countCAnimFrames;
/*----------------------------------------------------------------*/
@ -1024,8 +1025,6 @@ void UseType::load3DO(Common::SeekableReadStream &s) {
/*----------------------------------------------------------------*/
bool Object::_countCAnimFrames;
Object::Object(): BaseObject() {
_sequenceNumber = 0;
_sequenceOffset = 0;