[NEWBIE]strange error with dg for bpl21

From: Peter d (death_comes_to_all@hotmail.com)
Date: 08/07/02


i have finally hand patched my bpl21 with dg scripts.. i get the error in my
compilation duplicate case
in function zedit_new_zone..

it complains about this

for (dsc = descriptor_list; dsc; dsc = dsc->next) {
    switch (STATE(dsc)) {
      case CON_REDIT:
        OLC_ROOM(dsc)->zone += (OLC_ZNUM(dsc) >= result);
        /* Fall through. */
      case CON_ZEDIT:
      case CON_MEDIT:
      case CON_SEDIT:
      case CON_OEDIT:
      case CON_TRIGEDIT:   <---- this line..
        OLC_ZNUM(dsc) += (OLC_ZNUM(dsc) >= result);
        break;
      default:
        break;

even stranger, it says there are 6 errors in compile, but i only see this
one on the list of errors...
help?


_________________________________________________________________
På MSN hittar du det roliga, intressanta och användbara på internet:
http://www.msn.se

--
   +---------------------------------------------------------------+
   | 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/25/03 PDT