diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 0e971899..b07099b2 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -137,7 +137,7 @@ struct gentity_s { vec3_t oldVelocity; vec3_t acceleration; vec3_t oldAccel; - vec3_t jounce; + vec3_t jerk; int nextthink; void (*think)(gentity_t *self); |