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