mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
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…
Add table
Add a link
Reference in a new issue