mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
Set default creature scale to 1. Partially resolves bug #2880. (no creature verifier yet)
This commit is contained in:
parent
45aee1b508
commit
192f01e3ac
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;
|
for (int i=0; i<6; ++i) mData.mAttack[i] = 0;
|
||||||
mData.mGold = 0;
|
mData.mGold = 0;
|
||||||
mFlags = 0;
|
mFlags = 0;
|
||||||
mScale = 0;
|
mScale = 1.f;
|
||||||
mModel.clear();
|
mModel.clear();
|
||||||
mName.clear();
|
mName.clear();
|
||||||
mScript.clear();
|
mScript.clear();
|
||||||
|
|
Loading…
Reference in a new issue