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.
pull/21/head
Lukasz Gromanowski 13 years ago
parent fa4c4b8f21
commit f86d53636d

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

Loading…
Cancel
Save