changeset 24 | db8640a38faf |
parent 10 | 6c78cc6bd7a6 |
1.1 --- a/Source/GoGame.h Thu Jul 03 17:44:30 2008 -0700 1.2 +++ b/Source/GoGame.h Thu Jul 31 20:01:26 2008 -0700 1.3 @@ -28,7 +28,7 @@ 1.4 See: http://en.wikipedia.org/wiki/Go_%28board_game%29 */ 1.5 @interface GoGame : Game 1.6 { 1.7 - RectGrid *_grid; 1.8 + RectGrid *_board; 1.9 Stack *_captured[2]; 1.10 } 1.11