forked from teamnwah/openmw-tes3coop
Reputation and bounty was not initialized to 0.
This commit is contained in:
parent
38b434771a
commit
cefd5fb338
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ StatsWindow::StatsWindow (MWWorld::Environment& environment)
|
|||
: Layout("openmw_stats_window_layout.xml")
|
||||
, environment(environment)
|
||||
, lastPos(0)
|
||||
, reputation(0)
|
||||
, bounty(0)
|
||||
{
|
||||
setCoord(0,0,498, 342);
|
||||
|
||||
|
|
Loading…
Reference in a new issue