Fix reference to Git commit hash in puzzles.h.

I had tried to make this comment refer to the commit in which the
change in question (the new drawing API semantics) was introduced, but
something about Simon applying the patch caused its hash to change.

Now that the commit in question is in Simon's branch, it should remain
constant forever.
This commit is contained in:
Franklin Wei
2024-08-15 13:46:59 -04:00
committed by Simon Tatham
parent a8b544d2aa
commit f81838f509

View File

@ -791,7 +791,7 @@ struct drawing_api {
*
* Version 1 (2024-08-14): Introduction of version number, in
* conjunction with changing every API function to take `drawing
* *` instead of `void *`. See commit 992613f for the detailed
* *` instead of `void *`. See commit f379130 for the detailed
* rationale behind this change.
*/
int version;