1
0
Fork 1
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:
cc9cii 2015-09-12 10:17:14 +10:00
parent 2f76a1510e
commit 148ccb79e8

View file

@ -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();