mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-15 16:39:40 +00:00
Set default creature scale to 1. Partially resolves bug #2880. (no creature verifier yet)
(cherry picked from commit 192f01e3ac
)
This commit is contained in:
parent
2f76a1510e
commit
148ccb79e8
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ namespace ESM {
|
|||
for (int i=0; i<6; ++i) mData.mAttack[i] = 0;
|
||||
mData.mGold = 0;
|
||||
mFlags = 0;
|
||||
mScale = 0;
|
||||
mScale = 1.f;
|
||||
mModel.clear();
|
||||
mName.clear();
|
||||
mScript.clear();
|
||||
|
|
Loading…
Reference in a new issue