diff -r a59acc683080 -r 436cbdf56810 Source/Bit.h --- a/Source/Bit.h Thu May 29 15:04:06 2008 -0700 +++ b/Source/Bit.h Sat Jul 05 17:46:43 2008 -0700 @@ -43,6 +43,8 @@ { @private int _restingZ; // Original z position, saved while pickedUp + float _restingShadowOpacity, _restingShadowRadius; + CGSize _restingShadowOffset; BOOL _pickedUp; Player *_owner; // Player that owns this Bit }