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:
parent
bffbfff41c
commit
00a776a1a8
@ -225,8 +225,8 @@ namespace MWWorld
|
||||
if (mEsm[0].getFormat() == 0)
|
||||
ensureNeededRecords();
|
||||
|
||||
mStore.movePlayerRecord();
|
||||
mStore.setUp();
|
||||
mStore.movePlayerRecord();
|
||||
|
||||
mGlobalVariables = new Globals (mStore);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user