1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 06:39:42 +00:00

clear mGoToJail flag on load

This commit is contained in:
Nicholas 2017-06-01 16:33:52 -05:00
parent 9fd0d54a35
commit f6f07f5497

View file

@ -309,6 +309,7 @@ namespace MWWorld
mDoorStates.clear();
mGoToJail = false;
mTeleportEnabled = true;
mLevitationEnabled = true;