1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Updated CUserCmd to match yesterday's game update.

This commit is contained in:
Nicholas Hastings
2012-06-14 08:14:22 -04:00
parent 0b4aa2797b
commit d787d46716

View File

@ -179,6 +179,9 @@ public:
// Player instantaneous view angles.
QAngle viewangles;
Vector aimdirection;
// Intended velocities
// forward velocity.
float forwardmove;