From 37032c3149e37f62546de314c4207317c1b28e7b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 18 May 2006 22:09:41 +0000 Subject: [PATCH] Removed broken chapter linking code. --- generate_dvd.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 << ";"; } -- 2.39.2