Project

General

Profile

« Previous | Next » 

Revision 0b5e585c

Added by Leszek Koltunski almost 2 years ago

  • ID 0b5e585cb8c00a1dd32b0f9da5a2c056eba34550
  • Parent fad10885

Sort the objects in the object popup by difficulty level.

View differences:

src/main/java/org/distorted/external/RubikUpdates.java
36 36
    public final boolean mUpdateExtras;
37 37

  
38 38
    public int mNumScrambles;
39
    public int mDifficulty;
39 40
    public Bitmap mIcon;
40 41
    public InputStream mObjectStream;
41 42
    public InputStream mExtrasStream;
......
55 56

  
56 57
      mIcon = null;
57 58
      mNumScrambles = 0;
59
      mDifficulty   = 0;
58 60
      }
59 61
    }
60 62

  

Also available in: Unified diff