mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
added explicit call to parent method
svn-id: r24950
This commit is contained in:
parent
7f01700ac5
commit
2e5b25e15d
@ -334,13 +334,14 @@ public:
|
||||
public:
|
||||
ActorC64(int id) : ActorOldWalk(id) {}
|
||||
virtual void initActor(int mode) {
|
||||
ActorOldWalk::initActor(mode);
|
||||
if (mode == -1) {
|
||||
_miscflags = 0;
|
||||
}
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user