Difference for server/main.c from version 1.97 to 1.98


version 1.97 version 1.98
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.97 2005/09/24 09:28:05 ryo_saeba Exp $";   *    "$Id: main.c,v 1.98 2005/10/07 19:38:49 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 669
 
Line 669
       * random maps use this or not.        * random maps use this or not.
       */        */
      if(exit_ob->stats.dam && op->type==PLAYER)       if(exit_ob->stats.dam && op->type==PLAYER)
  hit_player(op,exit_ob->stats.dam,exit_ob,exit_ob->attacktype);   hit_player(op,exit_ob->stats.dam,exit_ob,exit_ob->attacktype,1);
      return;       return;
  }   }
      } else {       } else {
Line 725
 
Line 725
  }   }
  /* For exits that cause damages (like pits) */   /* For exits that cause damages (like pits) */
  if(exit_ob->stats.dam && op->type==PLAYER)   if(exit_ob->stats.dam && op->type==PLAYER)
      hit_player(op,exit_ob->stats.dam,exit_ob,exit_ob->attacktype);       hit_player(op,exit_ob->stats.dam,exit_ob,exit_ob->attacktype,1);
     } else {      } else {
  int flags = 0;   int flags = 0;
  mapstruct *newmap;   mapstruct *newmap;


Legend:
line(s) removed in v.1.97 
line(s) changed
 line(s) added in v.1.98

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