mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
SHERLOCK: Compilation fix
This commit is contained in:
parent
21f0038f96
commit
be5df8e304
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user