Project

General

Profile

« Previous | Next » 

Revision 240bf467

Added by Leszek Koltunski over 1 year ago

Switch off visible effects of IAP (all objects free, no 'stars' animation)

View differences:

src/main/java/org/distorted/objects/RubikObject.java
215 215
    }
216 216

  
217 217
///////////////////////////////////////////////////////////////////////////////////////////////////
218
// temporarily switch off IAP (charging for objects) - all objects are free!
218 219

  
219 220
  public boolean isFree()
220 221
    {
221
    return mIsFree;
222
    return true; // mIsFree;
222 223
    }
223 224

  
224 225
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff