Project

General

Profile

« Previous | Next » 

Revision 74b5e124

Added by Leszek Koltunski over 1 year ago

Correct Ivy's order of cubits.

View differences:

src/main/java/org/distorted/objectlib/tablebases/TablebasesIvyCube.java
99 99

  
100 100
  int[] getQuats(int index)
101 101
    {
102
    return null;
102
    return new int[] {0,0,0,0, 0,0,0,0,0,0};
103 103
    }
104 104

  
105 105
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff