Fixes a 64-bit sw crash
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2540 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3b66853079
commit
b41d8b205e
1 changed files with 3 additions and 0 deletions
|
@ -424,6 +424,9 @@ typedef struct mspriteframe_s
|
|||
#endif
|
||||
} mspriteframe_t;
|
||||
|
||||
mspriteframe_t *R_GetSpriteFrame (entity_t *currententity);
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int numframes;
|
||||
|
|
Loading…
Reference in a new issue