- Timestamp:
- 05/15/2009 01:45:17 PM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
MainFrame.cpp (modified) (1 diff)
-
statistics.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r200 r205 568 568 short int dice[5]; //holds the dices score 569 569 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) 571 573 m_stats->game_started(); 572 574 -
trunk/src/statistics.cpp
r202 r205 62 62 } 63 63 64 istringstream i( tmp);64 istringstream i( backend->get("statistics_last_reset")); 65 65 i >> _last_reset; 66 66 if (!_last_reset)
Note: See TracChangeset
for help on using the changeset viewer.
