diff -r 4e567e11f45f -r 7c9ecb09a612 Source/Bit.h --- a/Source/Bit.h Mon Jul 07 15:47:42 2008 -0700 +++ b/Source/Bit.h Fri Jul 18 13:26:59 2008 -0700 @@ -43,8 +43,10 @@ { @private int _restingZ; // Original z position, saved while pickedUp +#if !TARGET_OS_IPHONE float _restingShadowOpacity, _restingShadowRadius; CGSize _restingShadowOffset; +#endif BOOL _pickedUp; Player *_owner; // Player that owns this Bit NSInteger _tag;