(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:
parent
0511565c11
commit
40c821d28b
5 changed files with 162 additions and 6 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue