Project

General

Profile

« Previous | Next » 

Revision 2dffaf22

Added by Leszek Koltunski over 1 year ago

- add the Pyraminx Duo solver to the list
- make the signature of an object independent of its location in the ObjectType enum

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyDino6.java
16 16

  
17 17
import org.distorted.objectlib.helpers.ObjectSignature;
18 18
import org.distorted.objectlib.main.InitData;
19
import org.distorted.objectlib.main.ObjectSignatures;
19 20
import org.distorted.objectlib.main.ObjectType;
20
import org.distorted.objectlib.scrambling.ScrambleState;
21 21

  
22 22
///////////////////////////////////////////////////////////////////////////////////////////////////
23 23

  
......
75 75

  
76 76
  public ObjectSignature getSignature()
77 77
    {
78
    return new ObjectSignature(ObjectType.DINO_3);
78
    return new ObjectSignature(ObjectSignatures.DINO_3);
79 79
    }
80 80

  
81 81
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff