]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.c
Patches from Matt.
[citadel.git] / webcit / roomops.c
index 0c5b3c3b56178e94b513521de6be0326896c368d..51786540942c92e3ef9554835e22625d5d393784 100644 (file)
@@ -863,6 +863,8 @@ void gotonext(void)
                 */
                mptr = (struct march *) malloc(sizeof(struct march));
                mptr->next = NULL;
+               mptr->march_order = 0;
+               mptr->march_floor = 0;
                strcpy(mptr->march_name, "_BASEROOM_");
                if (WC->march == NULL) {
                        WC->march = mptr;