From 9472ba88471ee8b0aabea90ea11f428a87a81921 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 3 Nov 2009 01:37:38 -0500 Subject: [PATCH] Fixed data loading on PowerPC builds compiled with GCC. (sizeof (bool) == 4 here.) --- Source/Skeleton.cpp | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/Source/Skeleton.cpp b/Source/Skeleton.cpp index 8b7c18a..1336688 100644 --- a/Source/Skeleton.cpp +++ b/Source/Skeleton.cpp @@ -1062,7 +1062,9 @@ void Animation::Load(char *filename, int aheight, int aattack) funpackf(tfile, "Bf", &twist[j][i]); } for(j=0;j