From 70667d14daa4cbecccc56ac62352107381145203 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Sun, 12 Oct 2003 13:04:46 +0000 Subject: [PATCH] Alignment fix in debug message svn-id: r10742 --- sword2/anims.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sword2/anims.cpp b/sword2/anims.cpp index e61826ef035..c49e4e48f73 100644 --- a/sword2/anims.cpp +++ b/sword2/anims.cpp @@ -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