Difference for common/living.c from version 1.59 to 1.60


version 1.59 version 1.60
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.59 2004/02/24 06:00:24 mwedel Exp $";   *   "$Id: living.c,v 1.60 2004/02/27 23:00:26 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 240
 
Line 240
  */   */
   
 void  void
 set_attr_value(living *stats,int attr,signed char value) {  set_attr_value(living *stats,int attr,sint8 value) {
   switch(attr) {    switch(attr) {
   case STR:    case STR:
     stats->Str=value;      stats->Str=value;
Line 272
 
Line 272
  */   */
   
 void  void
 change_attr_value(living *stats,int attr,signed char value) {  change_attr_value(living *stats,int attr,sint8 value) {
   if (value==0) return;    if (value==0) return;
   switch(attr) {    switch(attr) {
   case STR:    case STR:
Line 305
 
Line 305
  * returns the specified stat.  See also set_attr_value().   * returns the specified stat.  See also set_attr_value().
  */   */
   
 signed char  sint8
 get_attr_value(living *stats,int attr) {  get_attr_value(living *stats,int attr) {
   switch(attr) {    switch(attr) {
   case STR:    case STR:


Legend:
line(s) removed in v.1.59 
line(s) changed
 line(s) added in v.1.60

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