(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
|
@ -285,6 +285,8 @@ extern int check_loan_ok(struct lonstr *);
|
|||
extern int check_trade_ok(struct trdstr *);
|
||||
/* ef_load.c */
|
||||
/* in file.h */
|
||||
/* ef_verify.c */
|
||||
/* in file.h */
|
||||
/* fsize.c */
|
||||
extern int fsize(int);
|
||||
extern int blksize(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue