mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 14:21:41 +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;
|
||||
pos = (newDir << 16) + newPos;
|
||||
flags = 0;
|
||||
flags = effectronDead;
|
||||
parent = nullptr;
|
||||
partno = 0;
|
||||
totalSteps = stepNo = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user