Source/Bit.h
changeset 16 28392c9a969f
parent 12 4e567e11f45f
child 22 4cb50131788f
     1.1 --- a/Source/Bit.h	Mon Jul 07 15:47:42 2008 -0700
     1.2 +++ b/Source/Bit.h	Mon Jul 14 21:00:15 2008 -0700
     1.3 @@ -43,8 +43,10 @@
     1.4  {
     1.5      @private
     1.6      int _restingZ;      // Original z position, saved while pickedUp
     1.7 +#if !TARGET_OS_IPHONE
     1.8      float _restingShadowOpacity, _restingShadowRadius;
     1.9      CGSize _restingShadowOffset;
    1.10 +#endif
    1.11      BOOL _pickedUp;
    1.12      Player *_owner;     // Player that owns this Bit
    1.13      NSInteger _tag;