X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fcsqcmodel%2Fcl_player.qh;h=513875aa9889f05067373a4a13ea70ae417ba311;hb=a4bcbda7a1eb2367fae1c2514d474d426803a673;hp=5b12dfa12cf7b60bbb6da8039c9057c58fbcefc2;hpb=1cbef966e133966c5b5f0f5b58fbd1a5851ed35b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/csqcmodel/cl_player.qh b/qcsrc/lib/csqcmodel/cl_player.qh index 5b12dfa12..513875aa9 100644 --- a/qcsrc/lib/csqcmodel/cl_player.qh +++ b/qcsrc/lib/csqcmodel/cl_player.qh @@ -22,6 +22,8 @@ #ifndef LIB_CSQCMODEL_CL_PLAYER_H #define LIB_CSQCMODEL_CL_PLAYER_H +bool autocvar_cl_movement = true; + entity csqcplayer; float csqcplayer_status; const int CSQCPLAYERSTATUS_UNPREDICTED = 0;