mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fields fixes
This commit is contained in:
parent
d7a594c124
commit
66f153d087
1 changed files with 10 additions and 10 deletions
|
@ -2472,16 +2472,16 @@ typedef struct hdelement_s
|
||||||
|
|
||||||
typedef struct clientAnim_s
|
typedef struct clientAnim_s
|
||||||
{
|
{
|
||||||
frameInfo_t vmFrameInfo[MAX_FRAMEINFOS];
|
frameInfo_t g_VMFrameInfo[MAX_FRAMEINFOS];
|
||||||
int lastVMAnim;
|
int g_iLastVMAnim;
|
||||||
int lastVMAnimChanged;
|
int g_iLastVMAnimChanged;
|
||||||
int currentVMAnimSlot;
|
int g_iCurrentVMAnimSlot;
|
||||||
int currentVMDuration;
|
int g_iCurrentVMDuration;
|
||||||
qboolean crossBlending;
|
qboolean g_bCrossblending;
|
||||||
int lastEquippedWeaponStat;
|
int g_iLastEquippedWeaponStat;
|
||||||
char lastActiveItem[80];
|
char g_szLastActiveItem[80];
|
||||||
int lastAnimPrefixIndex;
|
int g_iLastAnimPrefixIndex;
|
||||||
vec3_t currentVMPosOffset;
|
float g_vCurrentVMPosOffset[3];
|
||||||
|
|
||||||
} clientAnim_t;
|
} clientAnim_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue