mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Game: fixup types in CPlayerState
This commit is contained in:
parent
33564c7351
commit
cdaf4f1b76
@ -25,20 +25,20 @@ public:
|
||||
__int64 requestedClass;
|
||||
__int64 onDeathClass;
|
||||
__int64 oldClass;
|
||||
__int64 netname;
|
||||
string_t netname;
|
||||
int fixangle;
|
||||
Vector3D anglechange;
|
||||
QAngle anglechange;
|
||||
int index;
|
||||
Vector3D forceWorldViewAngle;
|
||||
QAngle forceWorldViewAngle;
|
||||
int forceWorldViewAngleUntilTick;
|
||||
bool replay;
|
||||
char gap_5d[3];
|
||||
int lastPlayerView_tickcount;
|
||||
Vector3D lastPlayerView_origin;
|
||||
Vector3D lastPlayerView_angle;
|
||||
QAngle lastPlayerView_angle;
|
||||
bool deadflag;
|
||||
char gap_7d[3];
|
||||
Vector3D m_localViewAngles;
|
||||
QAngle m_localViewAngles;
|
||||
};
|
||||
|
||||
#endif // PLAYERSTATE_H
|
Loading…
x
Reference in New Issue
Block a user