version 1.13 | | version 1.14 |
---|
| | |
/* | | /* |
* static char *rcsid_player_h = | | * static char *rcsid_player_h = |
* "$Id: player.h,v 1.13 2001/06/04 06:41:02 mwedel Exp $"; | | * "$Id: player.h,v 1.14 2001/07/14 04:06:50 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
| | Copyright (C) 2001 Mark Wedel |
Copyright (C) 1992 Frank Tore Johansen | | Copyright (C) 1992 Frank Tore Johansen |
| | |
This program is free software; you can redistribute it and/or modify | | This program is free software; you can redistribute it and/or modify |
| | |
along with this program; if not, write to the Free Software | | along with this program; if not, write to the Free Software |
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| | |
The author can be reached via e-mail to mark@pyramid.com. | | The author can be reached via e-mail to mwedel@scruz.net |
*/ | | */ |
| | |
#define NUM_OUTPUT_BUFS 5 | | #define NUM_OUTPUT_BUFS 5 |
| | |
New_Face *floor[MAP_CLIENT_X][MAP_CLIENT_Y]; | | New_Face *floor[MAP_CLIENT_X][MAP_CLIENT_Y]; |
New_Face *floor2[MAP_CLIENT_X][MAP_CLIENT_Y]; | | New_Face *floor2[MAP_CLIENT_X][MAP_CLIENT_Y]; |
int darkmask[MAP_CLIENT_X][MAP_CLIENT_Y]; | | int darkmask[MAP_CLIENT_X][MAP_CLIENT_Y]; |
| | |
| | /* for smaller map sizes, only the the first elements are used (ie, upper left) */ |
sint8 blocked_los[MAP_CLIENT_X][MAP_CLIENT_Y]; | | sint8 blocked_los[MAP_CLIENT_X][MAP_CLIENT_Y]; |
| | |
| | |