Project

General

Profile

« Previous | Next » 

Revision 61aa85e4

Added by Leszek Koltunski over 2 years ago

Simplify ObjectList: now there's just one object per size.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedAbstract.java
31 31

  
32 32
import org.distorted.objectlib.main.Movement;
33 33
import org.distorted.objectlib.main.Movement6;
34
import org.distorted.objectlib.main.ObjectList;
35 34
import org.distorted.objectlib.main.ObjectShape;
36 35
import org.distorted.objectlib.main.ObjectSticker;
37 36
import org.distorted.objectlib.main.ScrambleState;
......
81 80
///////////////////////////////////////////////////////////////////////////////////////////////////
82 81

  
83 82
  TwistyBandagedAbstract(int size, Static4D quat, DistortedTexture texture, MeshSquare mesh,
84
                         DistortedEffects effects, int[][] moves, ObjectList list, Resources res, int scrWidth)
83
                         DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
85 84
    {
86
    super(size, size, quat, texture, mesh, effects, moves, list, res, scrWidth);
85
    super(size, size, quat, texture, mesh, effects, moves, res, scrWidth);
87 86
    }
88 87

  
89 88
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff