Difference for server/c_object.c from version 1.36 to 1.37


version 1.36 version 1.37
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_object_c =   * static char *rcsid_c_object_c =
  *   "$Id: c_object.c,v 1.36 2002/07/15 04:57:13 mwedel Exp $";   *   "$Id: c_object.c,v 1.37 2002/08/22 12:37:55 jbontje Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1310
 
Line 1310
   sprintf(putstring,"%d POTION",i & PU_POTION?1:0);    sprintf(putstring,"%d POTION",i & PU_POTION?1:0);
   new_draw_info(NDI_UNIQUE, 0,op,putstring);    new_draw_info(NDI_UNIQUE, 0,op,putstring);
   
     sprintf(putstring,"%d SPELLBOOK",i & PU_SPELLBOOK?1:0);
     new_draw_info(NDI_UNIQUE, 0,op,putstring);
     sprintf(putstring,"%d SKILLSCROLL",i & PU_SKILLSCROLL?1:0);
     new_draw_info(NDI_UNIQUE, 0,op,putstring);
     sprintf(putstring,"%d READABLES",i & PU_READABLES?1:0);
     new_draw_info(NDI_UNIQUE, 0,op,putstring);
   
   new_draw_info(NDI_UNIQUE, 0,op,"");    new_draw_info(NDI_UNIQUE, 0,op,"");
 #endif  #endif
   


Legend:
line(s) removed in v.1.36 
line(s) changed
 line(s) added in v.1.37

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