mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 12:36:05 +08:00
Updated CUserCmd to match yesterday's game update.
This commit is contained in:
@ -179,6 +179,9 @@ public:
|
|||||||
|
|
||||||
// Player instantaneous view angles.
|
// Player instantaneous view angles.
|
||||||
QAngle viewangles;
|
QAngle viewangles;
|
||||||
|
|
||||||
|
Vector aimdirection;
|
||||||
|
|
||||||
// Intended velocities
|
// Intended velocities
|
||||||
// forward velocity.
|
// forward velocity.
|
||||||
float forwardmove;
|
float forwardmove;
|
||||||
|
Reference in New Issue
Block a user