X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=generate_dvd.cpp;h=5e129d4235b794fb0d68f54440f68c1976b59909;hb=f27d045785151cd33fb5146cf2b7cbabf864e48a;hp=eeadc489bc1b75a92bae82a1dbc8cb3c2074f8ec;hpb=c13714f6498df33e02635421354f5fb88a60eb3d;p=videolink.git diff --git a/generate_dvd.cpp b/generate_dvd.cpp index eeadc48..5e129d4 100644 --- a/generate_dvd.cpp +++ b/generate_dvd.cpp @@ -160,8 +160,10 @@ void generate_dvd(const dvd_contents & contents, << 1 + menu_num + (1 + button_num) * button_mult << "; jump title " << 1 + target.index; - if (target.sub_index) - file << " chapter " << target.sub_index; + // FIXME: Here we should check target.sub_index and + // jump to a specific chapter if it is non-zero. + // However, we can't jump directly to chapters from + // the VMGM. file << ";"; }