Difference for include/player.h from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * 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
Line 22
 
Line 23
     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
Line 134
 
Line 135
   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];
   
      


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:27