Remove arbitrary restriction on Net minimum game size. (Awww, cute
[sgt/puzzles] / midend.c
index 3b1a0e4..79e6d7d 100644 (file)
--- a/midend.c
+++ b/midend.c
@@ -294,3 +294,8 @@ void midend_fetch_preset(midend_data *me, int n,
     *name = me->preset_names[n];
     *params = me->presets[n];
 }
+
+int midend_wants_statusbar(midend_data *me)
+{
+    return game_wants_statusbar();
+}