changeset 15 | 73f8c889f053 |
parent 12 | 4e567e11f45f |
child 16 | 28392c9a969f |
1.1 --- a/Source/HexchequerGame.m Mon Jul 07 15:47:42 2008 -0700 1.2 +++ b/Source/HexchequerGame.m Wed Jul 09 17:07:45 2008 -0700 1.3 @@ -42,6 +42,7 @@ 1.4 grid.allowsCaptures = NO; // no land-on captures, that is 1.5 grid.cellColor = CreateGray(1.0, 0.25); 1.6 grid.lineColor = kTranslucentLightGrayColor; 1.7 + grid.reversed = ! [[self.players objectAtIndex: 0] isLocal]; 1.8 [grid addCellsInHexagon]; 1.9 } 1.10