Add correct_movement, call from CL_CreateMove

This commit is contained in:
8dcc
2023-07-23 15:50:01 +02:00
parent dcd38dc950
commit 611182e394
3 changed files with 28 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ void bhop(usercmd_t* cmd);
/* src/features/esp.c */
void esp(void);
void correct_movement(usercmd_t* cmd, vec3_t old_angles);
#endif /* FEATURES_H_ */