Project

General

Profile

« Previous | Next » 

Revision 84d746d7

Added by Leszek Koltunski about 2 years ago

Downloaded Objects more or less work now.

View differences:

src/main/java/org/distorted/main/RubikObjectLibInterface.java
105 105
    int level   = play.getLevel();
106 106
    String name = scores.getName();
107 107
    RubikObject obj = RubikObjectList.getObject(object);
108
    String objName = obj==null ? "NULL" : obj.getName();
108
    String objName = obj==null ? "NULL" : obj.getUpperName();
109 109

  
110 110
    String record = objName+" level "+level+" time "+mNewRecord+" isNew: "+mIsNewRecord+" scrambleNum: "+scrambleNum;
111 111

  

Also available in: Unified diff