mirror of https://github.com/odrling/Aegisub
Missed something crucial from Classic Advanced skeleton
Originally committed to SVN as r1430.
This commit is contained in:
parent
a5fdb048a4
commit
8ffaf7cfa0
|
@ -627,6 +627,7 @@ function karaskel.use_classic_adv(use_furigana, macrotoo)
|
|||
local l = subs[i]
|
||||
if l.class == "dialogue" then
|
||||
-- Link prev of this one
|
||||
karaskel.preproc_line(subs, meta, styles, l)
|
||||
l.prev = prevline
|
||||
l.next = nil
|
||||
-- Line next of prev one
|
||||
|
|
Loading…
Reference in New Issue