Index: rats_act.c =================================================================== --- rats_act.c (revision 21880) +++ rats_act.c (revision 21881) @@ -156,7 +156,7 @@ break; case F_Reset: - if (pcb_reset_conns(pcb_true)) { + if (pcb_data_clear_flag(PCB->Data, PCB_FLAG_FOUND, 1, 1) > 0) { pcb_undo_inc_serial(); pcb_draw(); }