summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/shape.h b/src/include/shape.h
index cc5e986..6fe2edf 100644
--- a/src/include/shape.h
+++ b/src/include/shape.h
@@ -890,7 +890,7 @@ typedef struct txanimframe {
int txf_orienty;
int txf_numuvs;
int *txf_uvdata;
- int txf_image;
+ intptr_t txf_image; // SBF: 64HACK - needed to match TXANIMFRAME_MVS
} TXANIMFRAME;