Alignment fix in debug message

svn-id: r10742
This commit is contained in:
Nicolas Bacca 2003-10-12 13:04:46 +00:00
parent a489795d93
commit 70667d14da

View File

@ -530,7 +530,7 @@ void CreateSequenceSpeech(_movieTextObject *sequenceText[]) {
res_man.close(text_res);
// 1st word of text line is the official line number
debug(5,"(%d) SEQUENCE TEXT: %s", *(uint16 *) text, text + 2);
debug(5,"(%d) SEQUENCE TEXT: %s", READ_LE_UINT16(text), text + 2);
// is it to be speech or subtitles or both?
// assume speech is not running until know otherwise