Ignore:
Timestamp:
05/15/2009 01:45:17 PM (3 years ago)
Author:
guyru
Message:

Load the last reset date correctly and only report to the statistics a new game once.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/statistics.cpp

    r202 r205  
    6262        } 
    6363 
    64         istringstream i(tmp); 
     64        istringstream i( backend->get("statistics_last_reset")); 
    6565        i >> _last_reset; 
    6666        if (!_last_reset) 
Note: See TracChangeset for help on using the changeset viewer.