mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
PEGASUS: Initialize _duration in RobotShip
This commit is contained in:
parent
40fb004509
commit
bbec9fac20
@ -64,6 +64,7 @@ RobotShip::RobotShip() : _spritesMovie(kNoDisplayElement) {
|
||||
_currentLocation.y = 0;
|
||||
_snaring = false;
|
||||
_dropJunkFuse.setFunctor(new Common::Functor0Mem<void, RobotShip>(this, &RobotShip::timeToDropJunk));
|
||||
_duration = 0xFFFFFFFF;
|
||||
}
|
||||
|
||||
RobotShip::~RobotShip() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user