mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
SAGA2: Fix Effectron flags initialization
This commit is contained in:
parent
b58aa4ca61
commit
79d35c92b9
@ -797,7 +797,6 @@ Effectron::Effectron(uint16 newPos, uint16 newDir) {
|
|||||||
age = 0;
|
age = 0;
|
||||||
pos = (newDir << 16) + newPos;
|
pos = (newDir << 16) + newPos;
|
||||||
flags = 0;
|
flags = 0;
|
||||||
flags = effectronDead;
|
|
||||||
parent = nullptr;
|
parent = nullptr;
|
||||||
partno = 0;
|
partno = 0;
|
||||||
totalSteps = stepNo = 0;
|
totalSteps = stepNo = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user