diff -r 4e567e11f45f -r 3b750982ff39 Source/Bit.h --- a/Source/Bit.h Mon Jul 07 15:47:42 2008 -0700 +++ b/Source/Bit.h Thu Jul 17 13:29:04 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;