]> git.decadent.org.uk Git - videolink.git/commitdiff
Removed broken chapter linking code.
authorBen Hutchings <ben@decadent.org.uk>
Thu, 18 May 2006 22:09:41 +0000 (22:09 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:39:59 +0000 (23:39 +0000)
generate_dvd.cpp

index eeadc489bc1b75a92bae82a1dbc8cb3c2074f8ec..5e129d4235b794fb0d68f54440f68c1976b59909 100644 (file)
@@ -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 << ";";
            }