version 1.73 | | version 1.74 |
---|
| | |
%{ | | %{ |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: loader.l,v 1.73 2006/02/05 09:10:51 mwedel Exp $"; | | * "$Id: loader.l,v 1.74 2006/02/07 07:54:45 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
static char lorebuf[HUGE_BUF]; | | static char lorebuf[HUGE_BUF]; |
| | |
/* Maps the MOVE_* values to names */ | | /* Maps the MOVE_* values to names */ |
static char *move_name[] = {"walk", "fly_low", "fly_high", "swim", NULL}; | | static char *move_name[] = {"walk", "fly_low", "fly_high", "swim", "boat", |
| | NULL}; |
| | |
/* This table is only necessary to convert objects that existed before the | | /* This table is only necessary to convert objects that existed before the |
* spell object conversion to the new object. It was not practical | | * spell object conversion to the new object. It was not practical |