Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/games/gomoku
Module Name: src
Committed By: rillig
Date: Sun May 29 18:05:25 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: do not scan the upper border for combos
Adding the '+ 1' to the row coordinate added an offset of 20, while the
intended offset was 1.
No functional change, just a bit faster.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/games/gomoku/pickmove.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index