Missed something crucial from Classic Advanced skeleton
Originally committed to SVN as r1430.
This commit is contained in:
parent
a5fdb048a4
commit
8ffaf7cfa0
1 changed files with 1 additions and 0 deletions
|
@ -627,6 +627,7 @@ function karaskel.use_classic_adv(use_furigana, macrotoo)
|
||||||
local l = subs[i]
|
local l = subs[i]
|
||||||
if l.class == "dialogue" then
|
if l.class == "dialogue" then
|
||||||
-- Link prev of this one
|
-- Link prev of this one
|
||||||
|
karaskel.preproc_line(subs, meta, styles, l)
|
||||||
l.prev = prevline
|
l.prev = prevline
|
||||||
l.next = nil
|
l.next = nil
|
||||||
-- Line next of prev one
|
-- Line next of prev one
|
||||||
|
|
Loading…
Reference in a new issue