version 1.23 | | version 1.24 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.23 2002/05/19 03:55:48 mwedel Exp $"; | | * "$Id: newserver.h,v 1.24 2002/05/20 03:11:49 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
struct MapCell { | | struct MapCell { |
short faces[MAP_LAYERS]; | | short faces[MAP_LAYERS]; |
char quick_pos[MAP_LAYERS]; | | int count; /* This is really darkness in the map1 command */ |
int count; | | |
}; | | }; |
| | |
/* This basically defines the largest size an | | /* This basically defines the largest size an |