[mugenizer] don't touch commented lines

who knows, maybe it's another template line and we don't want to change
it
This commit is contained in:
odrling 2019-08-10 17:06:40 +02:00
parent 0ca0e1613b
commit 23b76280a5

View file

@ -111,7 +111,7 @@ function mugenizer(subs)
styles = styles + 1
end
if line.class == "dialogue" then
if line.class == "dialogue" and not line.comment then
if first == nil then
first = i
end