Skip to content

Commit fa75a7b

Browse files
committed
Added missing members to CAnimBlockSAInterface
1 parent 222bfe9 commit fa75a7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Client/game_sa/CAnimBlockSA.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ class CAnimBlockSAInterface // 32 bytes
2727
bool bLoaded; // ?
2828
BYTE pad [ 1 ];
2929
unsigned short usRefs;
30-
BYTE pad2 [ 12 ];
30+
int idOffset;
31+
size_t nAnimations;
32+
DWORD dwAssocGroup;
3133
};
3234

3335
class CAnimBlockSA : public CAnimBlock

0 commit comments

Comments
 (0)