]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.c
* client: remove rooms from the march list when zapping them (or the floors
[citadel.git] / citadel / citadel.c
index 338f10bcdb2d66250c4ca74f2ae945afbc40feb2..e1492f16d6043faf852800d4986da1a3a6933556 100644 (file)
@@ -543,6 +543,7 @@ void forget_all_rooms_on(CtdlIPC *ipc, int ffloor)
 
        scr_printf("Forgetting all rooms on %s...\r", &floorlist[ffloor][0]);
        scr_flush();
+       remove_march("_FLOOR_", ffloor);
        r = CtdlIPCKnownRooms(ipc, AllAccessibleRooms, ffloor, &flist, buf);
        if (r / 100 != 1) {
                scr_printf("%-72s\n", buf);