1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 21:06:41 +00:00

Fixed compilation failure on my machine

Fixed shared records not being populated before the player record is
moved.
This commit is contained in:
Alex "rainChu" Haddad 2013-09-30 02:54:20 -04:00
parent bffbfff41c
commit 00a776a1a8

View file

@ -225,8 +225,8 @@ namespace MWWorld
if (mEsm[0].getFormat() == 0)
ensureNeededRecords();
mStore.movePlayerRecord();
mStore.setUp();
mStore.movePlayerRecord();
mGlobalVariables = new Globals (mStore);