Module Name: src Committed By: rillig Date: Sat May 28 19:47:24 UTC 2022
Modified Files: src/games/gomoku: bdinit.c Log Message: gomoku: clean up initialization of overlap information Fix variable names 'ia' and 'ib', which I forgot in the previous commit. Move the documentation in the right places. Split off another part of init_overlap, to make each function fit on a single screen. Reducing the number of nested 'for' loops allows the indentation to follow the NetBSD style. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/games/gomoku/bdinit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.