1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 06:45:35 +00:00

Issue #225: Correction to commit fa4c4b8.

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:
Lukasz Gromanowski 2012-03-28 21:36:38 +02:00
parent fa4c4b8f21
commit f86d53636d

View file

@ -280,7 +280,7 @@ LocalMapBase::LocalMapBase()
, mInterior(false)
, mLocalMap(NULL)
, mPrefix()
, mChanged(false)
, mChanged(true)
, mLayout(NULL)
{
}