diff -r 4e567e11f45f -r 73f8c889f053 Source/HexchequerGame.m --- a/Source/HexchequerGame.m Mon Jul 07 15:47:42 2008 -0700 +++ b/Source/HexchequerGame.m Wed Jul 09 17:07:45 2008 -0700 @@ -42,6 +42,7 @@ grid.allowsCaptures = NO; // no land-on captures, that is grid.cellColor = CreateGray(1.0, 0.25); grid.lineColor = kTranslucentLightGrayColor; + grid.reversed = ! [[self.players objectAtIndex: 0] isLocal]; [grid addCellsInHexagon]; }