| version 1.45 | | version 1.46 |
|---|
| | |
| #line 2 "loader.l" | | #line 2 "loader.l" |
| /* | | /* |
| * static char *rcsid_object_c = | | * static char *rcsid_object_c = |
| * "$Id: loader.c,v 1.45 2003/07/02 15:13:54 tchize Exp $"; | | * "$Id: loader.c,v 1.46 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); |