Skip to content
Snippets Groups Projects
Commit f7df11c1 authored by rswindell's avatar rswindell
Browse files

Support question text.dat strings that begin with a "\1?" (conditional

blank line) sequence.
parent 7702fb43
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@ if_true
crlf
shift_str _question 2
end_if
compare_strn 2 _question "\1?"
if_true
print "\1?"
shift_str _question 2
end_if
printf "nbh[cb] y%s? " _question
:top
compare_str "N"
......
......@@ -17,6 +17,11 @@ if_true
crlf
shift_str _question 2
end_if
compare_strn 2 _question "\1?"
if_true
print "\1?"
shift_str _question 2
end_if
printf "nbh[cb] y%s? " _question
:top
compare_str "Y"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment