version 1.43 | | version 1.44 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.43 2003/01/17 04:38:35 garbled Exp $"; | | * "$Id: init.c,v 1.44 2003/01/28 01:45:41 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
init_library(); /* Must be called early */ | | init_library(); /* Must be called early */ |
load_settings(); /* Load the settings file */ | | load_settings(); /* Load the settings file */ |
init_weather(); | | init_weather(); |
| | read_supplydb(); /* read the supply and demand database */ |
parse_args(argc, argv, 2); | | parse_args(argc, argv, 2); |
fprintf(logfile,"Welcome to CrossFire, v%s\n",VERSION); | | fprintf(logfile,"Welcome to CrossFire, v%s\n",VERSION); |
fprintf(logfile,"Copyright (C) 1994 Mark Wedel.\n"); | | fprintf(logfile,"Copyright (C) 1994 Mark Wedel.\n"); |