version 1.36 | | version 1.37 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.36 2006/02/27 20:06:53 akirschbaum Exp $"; | | * "$Id: map.h,v 1.37 2006/03/18 15:05:32 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define P_WALL P_NO_PASS /* Just to match naming of wall function */ | | #define P_WALL P_NO_PASS /* Just to match naming of wall function */ |
#endif | | #endif |
| | |
/* Can't use MapCell as that is used in newserver.h | | /* Can't use map_cell_struct as that is used in newserver.h |
* Instead of having numerous arrays that have information on a | | * Instead of having numerous arrays that have information on a |
* particular space (was map, floor, floor2, map_ob), | | * particular space (was map, floor, floor2, map_ob), |
* have this structure take care of that information. | | * have this structure take care of that information. |