mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 17:49:41 +00:00
Correction to commit fa4c4b8
- memeber mChanged should be
set to true, otherwise the map won't display if the game
is started in (0, 0) cell.
This commit is contained in:
parent
fa4c4b8f21
commit
f86d53636d
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ LocalMapBase::LocalMapBase()
|
||||||
, mInterior(false)
|
, mInterior(false)
|
||||||
, mLocalMap(NULL)
|
, mLocalMap(NULL)
|
||||||
, mPrefix()
|
, mPrefix()
|
||||||
, mChanged(false)
|
, mChanged(true)
|
||||||
, mLayout(NULL)
|
, mLayout(NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue