Difference for server/player.c from version 1.94 to 1.95


version 1.94 version 1.95
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.94 2002/09/07 22:08:07 mwedel Exp $";   *   "$Id: player.c,v 1.95 2002/09/23 06:27:54 mwedel Exp $";
  */   */
   
 /*  /*
Line 580
 
Line 580
      */       */
     if (!QUERY_FLAG(op, FLAG_REMOVED))       if (!QUERY_FLAG(op, FLAG_REMOVED))
  remove_ob(op);   remove_ob(op);
       /* Need to set this to null - otherwise, it could point to garbage,
        * and draw() doesn't check to see if the player is removed, only if
        * the map is null or not swapped out.
        */
       op->map = NULL;
 }  }
   
   


Legend:
line(s) removed in v.1.94 
line(s) changed
 line(s) added in v.1.95

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:41