mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
ESM::MagicEffect::blank() set the default to 1
Signed-off-by: Sam Hellawell <sshellawell@gmail.com>
This commit is contained in:
parent
6cc6c39cd7
commit
6a407f0e50
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ namespace ESM
|
|||
mData.mRed = 0;
|
||||
mData.mGreen = 0;
|
||||
mData.mBlue = 0;
|
||||
mData.mSpeed = 0;
|
||||
mData.mSpeed = 1;
|
||||
|
||||
mIcon.clear();
|
||||
mParticle.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue