Source/TicTacToeGame.m
changeset 9 a59acc683080
parent 7 428a194e3e59
child 10 6c78cc6bd7a6
     1.1 --- a/Source/TicTacToeGame.m	Sun Mar 16 15:06:47 2008 -0700
     1.2 +++ b/Source/TicTacToeGame.m	Thu May 29 15:04:06 2008 -0700
     1.3 @@ -57,7 +57,7 @@
     1.4          for( int playerNumber=0; playerNumber<=1; playerNumber++ ) {
     1.5              Piece *p = [self pieceForPlayer: playerNumber];
     1.6              CGFloat x = floor(CGRectGetMidX(_board.bounds));
     1.7 -#if TARGET_OS_ASPEN
     1.8 +#if TARGET_OS_IPHONE
     1.9              x = x - 80 + 160*playerNumber;
    1.10              CGFloat y = 360;
    1.11  #else