Changeset 205 for trunk/src/MainFrame.cpp
- Timestamp:
- 05/15/2009 01:45:17 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.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
Note: See TracChangeset
for help on using the changeset viewer.
