Difference for plugins/cfpython/cfpython.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 932
 
Line 932
         case EVENT_BORN:          case EVENT_BORN:
             op = va_arg(args, object*);              op = va_arg(args, object*);
             context->activator = Crossfire_Object_wrap(op);              context->activator = Crossfire_Object_wrap(op);
    snprintf(context->options,sizeof(context->options),"born");
             cfob = (Crossfire_Object*)context->activator;              cfob = (Crossfire_Object*)context->activator;
             break;              break;
         case EVENT_PLAYER_DEATH:          case EVENT_PLAYER_DEATH:


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:59