Project

General

Profile

« Previous | Next » 

Revision f6e46300

Added by Leszek Koltunski about 3 years ago

Progress with any size Kilominx.

View differences:

src/main/java/org/distorted/objects/TwistyMegaminx.java
586 586
  public int getObjectName(int numLayers)
587 587
    {
588 588
    if( numLayers==3 ) return R.string.minx3;
589
    if( numLayers==5 ) return R.string.minx4;
589
    if( numLayers==5 ) return R.string.minx5;
590 590

  
591 591
    return 0;
592 592
    }
......
596 596
  public int getInventor(int numLayers)
597 597
    {
598 598
    if( numLayers==3 ) return R.string.minx3_inventor;
599
    if( numLayers==5 ) return R.string.minx4_inventor;
599
    if( numLayers==5 ) return R.string.minx5_inventor;
600 600

  
601 601
    return 0;
602 602
    }

Also available in: Unified diff