- Fixed option processing of bool options in config file.

- Tried to make option order more consistent
This commit is contained in:
robijn
2003-02-27 20:31:51 +00:00
parent fe4ad1b40e
commit 4a7ef8d847
5 changed files with 47 additions and 58 deletions
+3
View File
@@ -18,6 +18,8 @@
*
* The servermenu is created from servermenu.c
*
* For separation this file should never need to include menuscreen.h.
*
*/
#include <stdlib.h>
@@ -33,6 +35,7 @@
#include "drivers.h"
#include "screen.h"
#include "widget.h"
Menu *
menu_create (char *id, MenuEventFunc(*event_func),