Issue864

Title Title screens broken - they start at the end, not beginning of text
Priority release-blocker Status resolved
Assigned To fluzz Keywords
Linked issues Watchers fluzz

Submitted on 2016-09-30 16h52 by ahuillet, last changed by fluzz.

Messages
Author: ahuillet Date: 2016-09-30   16h52
Start a new game, and observe the title screen for the intro - it starts at the
*end* not the *start* of the text. One has to scroll back to see the text.

I've bisected it to:

commit 95ee0a9031466b4ee45c2b4c75d001bd1aaecbcc
Author: fluzz <fluzz@gmx.com>
Date:   Wed Aug 24 21:43:30 2016 +0200

    Add voice acting to titles.
    
    The voice file is defined in the Lua title's file.
    Preroll is used to delay the start of the voice acting.
    Postroll is used to keep some lines visible on the top of
    the screen when to voice ends.
    
    Add StartOfGame voice acting file (english).

Marking release blocker and assigning to the person who broke it. :)
Author: ahuillet Date: 2016-09-30   17h06
related to -q
Author: fluzz Date: 2016-09-30   17h06
Additional info: due to sound being disabled. Easy to fix.
Author: fluzz Date: 2016-10-15   08h37
Fixed in commit 393d9ec
History
Date User Action Args
2016-10-15 08:37:43fluzzsetstatus: open -> resolved
messages: + msg3361
2016-09-30 17:06:44fluzzsetmessages: + msg3360
2016-09-30 17:06:22ahuilletsetmessages: + msg3359
2016-09-30 16:52:33ahuilletcreate