Revision 53b4c7ad
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/main/RubikObjectLibInterface.java | ||
---|---|---|
145 | 145 |
{ |
146 | 146 |
final RubikScores scores = RubikScores.getInstance(); |
147 | 147 |
int numWins = scores.incrementNumWins(); |
148 |
int numRuns = scores.getNumRuns(); |
|
148 | 149 |
|
149 |
if( numWins==7 || numWins==30 || numWins==100 || numWins==200)
|
|
150 |
if( numRuns==3 || numRuns==6 || numWins==7 || numWins==30 || numWins==50 || numWins==80 || numWins==100)
|
|
150 | 151 |
{ |
151 | 152 |
final long timeBegin = System.currentTimeMillis(); |
152 | 153 |
final ReviewManager manager = ReviewManagerFactory.create(act); |
Also available in: Unified diff
Request review after 3 and 6 runs.