aboutsummaryrefslogtreecommitdiff
path: root/sword2/anims.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/anims.cpp')
-rw-r--r--sword2/anims.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/anims.cpp b/sword2/anims.cpp
index e61826ef03..c49e4e48f7 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