forked from teamnwah/openmw-tes3coop
Fixed uninitialized variable that caused a segfault when going to previous page.
This commit is contained in:
parent
9f923e7963
commit
5d45d328b8
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ MWGui::JournalWindow::JournalWindow (MWBase::WindowManager& parWindowManager)
|
||||||
: WindowBase("openmw_journal.layout", parWindowManager)
|
: WindowBase("openmw_journal.layout", parWindowManager)
|
||||||
, mLastPos(0)
|
, mLastPos(0)
|
||||||
, mVisible(false)
|
, mVisible(false)
|
||||||
|
, mPageNumber(0)
|
||||||
{
|
{
|
||||||
//setCoord(0,0,498, 342);
|
//setCoord(0,0,498, 342);
|
||||||
center();
|
center();
|
||||||
|
|
Loading…
Reference in a new issue