mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-30 02:41:35 +00:00
Add missing World cleanup for mLevitationEnabled
This commit is contained in:
parent
5d77c5e8ca
commit
a7c0e07d78
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ namespace MWWorld
|
|||
mGodMode = false;
|
||||
mSky = true;
|
||||
mTeleportEnabled = true;
|
||||
mLevitationEnabled = true;
|
||||
|
||||
mGlobalVariables.fill (mStore);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue