Project

General

Profile

« Previous | Next » 

Revision 2adf1263

Added by Leszek Koltunski almost 3 years ago

Add Master FTO's inventor and name.

View differences:

src/main/java/org/distorted/objects/TwistyDiamond.java
608 608
      {
609 609
      case 2: return R.string.diam2;
610 610
      case 3: return R.string.diam3;
611
      case 4: return R.string.diam4;
611 612
      }
612 613

  
613 614
    return 0;
......
621 622
      {
622 623
      case 2: return R.string.diam2_inventor;
623 624
      case 3: return R.string.diam3_inventor;
625
      case 4: return R.string.diam4_inventor;
624 626
      }
625 627

  
626 628
    return 0;
......
632 634
    {
633 635
    switch(numLayers)
634 636
      {
635
      case 2: return 5;
636
      case 3: return 7;
637
      case 2: return 4;
638
      case 3: return 6;
639
      case 4: return 8;
637 640
      }
638 641

  
639 642
    return 0;

Also available in: Unified diff