version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.12 2000/08/08 06:57:57 cvs Exp $"; | | * "$Id: main.c,v 1.13 2000/11/14 07:35:06 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
flush_old_maps(); /* Clears the tmp-files of maps which have reset */ | | flush_old_maps(); /* Clears the tmp-files of maps which have reset */ |
if(!(special2%5)) { | | if(!(special2%5)) { |
fix_weight(); /* Hack to fix weightproblems caused by bugs */ | | fix_weight(); /* Hack to fix weightproblems caused by bugs */ |
| | metaserver_update(); /* 2500 ticks is about 5 minutes */ |
if (!(special2%25)) | | if (!(special2%25)) |
fix_luck(); | | fix_luck(); |
} | | } |