1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-15 09:39:53 +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);
}