mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Reputation and bounty was not initialized to 0.
This commit is contained in:
parent
38b434771a
commit
cefd5fb338
@ -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…
x
Reference in New Issue
Block a user