From: Ben Hutchings Date: Thu, 18 May 2006 22:09:41 +0000 (+0000) Subject: Removed broken chapter linking code. X-Git-Tag: 0.7~9 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=37032c3149e37f62546de314c4207317c1b28e7b Removed broken chapter linking code. --- 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 << ";"; }