Source/Bit.h
changeset 10 6c78cc6bd7a6
parent 1 3eb7be1dd7b6
child 11 436cbdf56810
     1.1 --- a/Source/Bit.h	Mon Mar 10 17:30:57 2008 -0700
     1.2 +++ b/Source/Bit.h	Thu Jul 03 17:44:30 2008 -0700
     1.3 @@ -29,7 +29,7 @@
     1.4  
     1.5  /** Standard Z positions */
     1.6  enum {
     1.7 -    kBoardZ = 1,
     1.8 +    kBoardZ = 0,
     1.9      kCardZ  = 2,
    1.10      kPieceZ = 3,
    1.11      
    1.12 @@ -43,6 +43,7 @@
    1.13  {
    1.14      @private
    1.15      int _restingZ;      // Original z position, saved while pickedUp
    1.16 +    BOOL _pickedUp;
    1.17      Player *_owner;     // Player that owns this Bit
    1.18  }
    1.19