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:
parent
bffbfff41c
commit
00a776a1a8
1 changed files with 1 additions and 1 deletions
|
@ -225,8 +225,8 @@ namespace MWWorld
|
|||
if (mEsm[0].getFormat() == 0)
|
||||
ensureNeededRecords();
|
||||
|
||||
mStore.movePlayerRecord();
|
||||
mStore.setUp();
|
||||
mStore.movePlayerRecord();
|
||||
|
||||
mGlobalVariables = new Globals (mStore);
|
||||
|
||||
|
|
Loading…
Reference in a new issue