X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcsqcmodellib%2Fcl_player.qh;h=92ac5481e9cd31d24330a5dd0b04dacb7346d153;hp=1774eda4cceb6739f1e740ba8120d8d92ed82847;hb=a08620064dbe59abd194f302768d65934b87b6df;hpb=e4715af2d04656465b64492ddf1c02ac1503ac43 diff --git a/qcsrc/csqcmodellib/cl_player.qh b/qcsrc/csqcmodellib/cl_player.qh index 1774eda4cc..92ac5481e9 100644 --- a/qcsrc/csqcmodellib/cl_player.qh +++ b/qcsrc/csqcmodellib/cl_player.qh @@ -29,8 +29,8 @@ const int CSQCPLAYERSTATUS_PREDICTED = 2; // only ever READ these! .int pmove_flags; const int PMF_JUMP_HELD = 1; -const int PMF_DUCKED = 4; -const int PMF_ONGROUND = 8; +//const int PMF_DUCKED = 4; +//const int PMF_ONGROUND = 8; void CSQCPlayer_SetCamera(); float CSQCPlayer_PreUpdate();