Noticed recently that bitcount16() isn't 16-bit clean due to signed
[sgt/puzzles] / cube.c
diff --git a/cube.c b/cube.c
index 59be960..99d5bb1 100644 (file)
--- a/cube.c
+++ b/cube.c
@@ -1738,5 +1738,5 @@ const struct game thegame = {
     FALSE, FALSE, game_print_size, game_print,
     game_wants_statusbar,
     FALSE, game_timing_state,
-    0,                                /* mouse_priorities */
+    0,                                /* flags */
 };