mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
SAGA2: Fix SpellTarget initialization. CID 1457867, 1457940
This commit is contained in:
parent
056d14d0d2
commit
4fd50abfc2
@ -191,12 +191,14 @@ public:
|
||||
loc = tp;
|
||||
next = nullptr;
|
||||
tag = nullptr;
|
||||
obj = nullptr;
|
||||
}
|
||||
SpellTarget(ActiveItem *ai) {
|
||||
type = spellTargetTAG;
|
||||
tag = ai;
|
||||
next = nullptr;
|
||||
tag = nullptr;
|
||||
obj = nullptr;
|
||||
}
|
||||
SpellTarget(StorageSpellTarget &sst);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user