Fixes branch 0 flags being "remembered" from previous script invocations. Reported-by: Juha Heinanen jh at tutpro com
@@ -231,6 +231,7 @@ void clear_branches(void)
{
nr_branches = 0;
ruri_q = Q_UNSPECIFIED;
+ ruri_bflags = 0;
}