shithub: puzzles

Download patch

ref: d31f3ac3a5e1770c4fb9743480dfddcc8ec3dc11
parent: eb2013efc0a6201d0e46de65c1a905b676d13d01
author: Simon Tatham <anakin@pobox.com>
date: Sat Oct 22 12:53:06 EDT 2005

Forgot to update devel.but in r6417.

[originally from svn r6418]
[r6417 == eb2013efc0a6201d0e46de65c1a905b676d13d01]

--- a/devel.but
+++ b/devel.but
@@ -1398,15 +1398,11 @@
 
 \S{backend-wants-statusbar} \cw{wants_statusbar()}
 
-\c int (*wants_statusbar)(void);
+\c int wants_statusbar;
 
-This function returns \cw{TRUE} if the puzzle has a use for a
+This boolean field is set to \cw{TRUE} if the puzzle has a use for a
 textual status line (to display score, completion status, currently
 active tiles, etc).
-
-(This should probably be a static boolean field rather than a
-function. I don't remember why I did it this way. I probably ought
-to change it.)
 
 \S{backend-is-timed} \c{is_timed}