Module Name: src Committed By: rillig Date: Sun May 29 00:38:26 UTC 2022
Modified Files: src/games/gomoku: bdinit.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: migrate spot_index from int to unsigned short This matches the type of 'intersect'. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/gomoku/bdinit.c cvs rdiff -u -r1.47 -r1.48 src/games/gomoku/gomoku.h cvs rdiff -u -r1.67 -r1.68 src/games/gomoku/main.c cvs rdiff -u -r1.33 -r1.34 src/games/gomoku/makemove.c cvs rdiff -u -r1.49 -r1.50 src/games/gomoku/pickmove.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.