Reputation and bounty was not initialized to 0.

actorid
Jan Borsodi 14 years ago
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…
Cancel
Save