1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:53:52 +00:00

small fix

This commit is contained in:
Marc Zinnschlag 2013-04-06 21:58:28 +02:00
parent e2c6458adb
commit ec7a8f1add

View file

@ -29,6 +29,6 @@ void Sound::save(ESMWriter &esm)
mData.mVolume = 128; mData.mVolume = 128;
mData.mMinRange = 0; mData.mMinRange = 0;
mData.mMaxRange = 256; mData.mMaxRange = 255;
} }
} }