Import icculus.org release (2014-12-25)

This commit is contained in:
Steven Fuller 2014-12-25 12:00:00 +01:00 committed by Patryk Obara
parent 819e239f23
commit 22475d6d94
57 changed files with 3039 additions and 374 deletions

View file

@ -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;