diff --git a/inst.c b/inst.c index 2933467..84c7b30 100644 --- a/inst.c +++ b/inst.c @@ -226,13 +226,13 @@ int inst_select(struct coord pos) } } } - if (select_next) { - selected_inst = next ? next : first; - goto selected; - } - if (selected_inst) - goto selected; } + if (select_next) { + selected_inst = next ? next : first; + goto selected; + } + if (selected_inst) + goto selected; /* give vectors a second chance */