mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
Stop continuous VFX when the effect is no longer active.
This commit is contained in:
parent
9b0e82a37f
commit
a6e2f43b75
9 changed files with 85 additions and 40 deletions
|
@ -232,7 +232,9 @@ struct MagicEffect
|
|||
SummonBear = 139,
|
||||
SummonBonewolf = 140,
|
||||
SummonCreature04 = 141,
|
||||
SummonCreature05 = 142
|
||||
SummonCreature05 = 142,
|
||||
|
||||
Length
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue