]> git.pond.sub.org Git - empserver/blobdiff - src/lib/gen/emp_config.c
(mchr, plchr, lchr, nchr): Move initializer to new builtin config
[empserver] / src / lib / gen / emp_config.c
index d5c54b11bae34cb31aa772cd799831039f8bf872..5825e0405aee9449f80b756370216a7a22f8178b 100644 (file)
 /*
  * STILL TO DO
  *
- * 1. Change other constants - such as Num Countries etc.
- *    Just requires variables to be assigned, then dynamic allocation in
- *    a few places. Some checks needed in the server to check the world
- *    hasn't changed size etc.
- * 2. Could look at loading in planes, units etc. Should be easy enough.
- *
+ * Change other constants - such as MAXNOC etc.
+ * Just requires variables to be assigned, then dynamic allocation in
+ * a few places.  Some checks needed in the server to check the world
+ * hasn't changed size etc.
  */
 
 #include <config.h>
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>
-#include <stdlib.h>            /* atoi free atol */
+#include <stdlib.h>
 #include <string.h>
 
 #include "misc.h"
 #include "file.h"
 #include "optlist.h"
-#include "gen.h"               /* parse */
+#include "gen.h"
 
 /* Dummy one */
 static int emp_config_dummy;