Module Name: src
Committed By: rillig
Date: Sat May 28 17:51:27 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c gomoku.h main.c
Log Message:
gomoku: split initialization of the board into smaller functions
The comments about the "top border" and "bottom border" had been wrong
all the time. Mention the corners in the comments, to remove the magic
from the various '+ 1' in the code.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/games/gomoku/bdinit.c
cvs rdiff -u -r1.44 -r1.45 src/games/gomoku/gomoku.h
cvs rdiff -u -r1.61 -r1.62 src/games/gomoku/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.