mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -3688,7 +3688,7 @@ public:
|
||||
return IMotionEvent::SIM_NOTHING;
|
||||
|
||||
// Get a cosine modulated noise between 5 and 20 that is object specific
|
||||
int nNoiseMod = 5+(int)pObject%15; //
|
||||
int nNoiseMod = 5+(intp)pObject%15; //
|
||||
|
||||
// Turn wind yaw direction into a vector and add noise
|
||||
QAngle vWindAngle = vec3_angle;
|
||||
|
||||
Reference in New Issue
Block a user