Revision 8f84486b
Added by Leszek Koltunski about 2 years ago
src/main/java/org/distorted/external/RubikScores.java | ||
---|---|---|
376 | 376 |
editor.putInt("scores_numPlays", mNumPlays); |
377 | 377 |
editor.putInt("scores_numRuns" , mNumRuns ); |
378 | 378 |
editor.putInt("scores_deviceid", mDeviceID); |
379 |
editor.putInt("scores_review" , mNumWins ); |
|
380 | 379 |
editor.putInt("scores_review" , mNumWins ); // legacy name |
381 | 380 |
editor.putInt("scores_numStars", mNumStars ); |
382 | 381 |
} |
Also available in: Unified diff
Partly merge the 'iap' branch.