[BUG?] DG Scripts

From: Sergey S. Khoroshavin (sergey@pve.vsu.ru)
Date: 12/25/01


Maybe I'm missing something, but don't you think that this is strange
(perform_act(), comm.c):

      case 'O':
        CHECK_NULL(vict_obj, OBJS((const struct obj_data *) vict_obj, to));
        dg_victim = (struct char_data *) vict_obj;
       break;

Shouldn't be that:

      case 'O':
        CHECK_NULL(vict_obj, OBJS((const struct obj_data *) vict_obj, to));
        dg_target = (struct obj_data *) vict_obj;
       break;

Best regards,
Sergey

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/24/03 PDT