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/MainFrame.cpp

    r200 r205  
    568568        short int dice[5];      //holds the dices score 
    569569         
    570         if (m_numofplaysleft == 13) 
     570        // If this is the first roll of the game, notify the statistics 
     571        // object 
     572        if (m_numofplaysleft == 13 && m_rolls == 3) 
    571573                m_stats->game_started(); 
    572574 
Note: See TracChangeset for help on using the changeset viewer.