version 1.46 | | version 1.47 |
---|
| | |
%{ | | %{ |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: loader.l,v 1.46 2003/07/02 15:13:54 tchize Exp $"; | | * "$Id: loader.l,v 1.47 2003/07/07 18:49:21 tchize Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
FAST_SAVE_LONG(fastbuf,"grace ",op->stats.grace,6); | | FAST_SAVE_LONG(fastbuf,"grace ",op->stats.grace,6); |
if(op->stats.maxgrace!=op2->stats.maxgrace) | | if(op->stats.maxgrace!=op2->stats.maxgrace) |
/*save_long(buf, "maxgrace", op->stats.maxgrace);*/ | | /*save_long(buf, "maxgrace", op->stats.maxgrace);*/ |
FAST_SAVE_LONG(fastbuf,"maxgrace ",op->stats.maxgrace,6); | | FAST_SAVE_LONG(fastbuf,"maxgrace ",op->stats.maxgrace,9); |
if(op->stats.exp!=op2->stats.exp) | | if(op->stats.exp!=op2->stats.exp) |
/*save_long_long(buf, "exp", op->stats.exp);*/ | | /*save_long_long(buf, "exp", op->stats.exp);*/ |
FAST_SAVE_LONG(fastbuf,"exp ",op->stats.exp,4); | | FAST_SAVE_LONG(fastbuf,"exp ",op->stats.exp,4); |