1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-04 17:11:36 +00:00

Add missing World cleanup for mLevitationEnabled

This commit is contained in:
scrawl 2014-09-21 19:51:33 +02:00
parent 5d77c5e8ca
commit a7c0e07d78

View file

@ -289,6 +289,7 @@ namespace MWWorld
mGodMode = false;
mSky = true;
mTeleportEnabled = true;
mLevitationEnabled = true;
mGlobalVariables.fill (mStore);
}