(ef_init_srv): Add a call ef_verify() to verify game data and game

configuration consistency.

(ef_verify): New.  Verifies game data and game
configuration consistency.
This commit is contained in:
Ron Koenderink 2005-11-30 19:17:58 +00:00
parent 0511565c11
commit 40c821d28b
5 changed files with 162 additions and 6 deletions

View file

@ -163,6 +163,7 @@ extern int ef_byname(char *);
extern int ef_byname_from(char *, int *);
extern void ef_init(void);
extern int ef_load(void);
extern int ef_verify(void);
extern struct empfile empfile[EF_MAX + 1];