X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fphysics%2Fmovetypes%2Fmovetypes.qh;fp=qcsrc%2Fcommon%2Fphysics%2Fmovetypes%2Fmovetypes.qh;h=db4c80d6001e5af82f1b26b19107c3e16a901518;hb=dfbe194424c48f310c0bc891c058bce6b03e9212;hp=79b0ea7badd26ad287a1f427d99f2d363029e870;hpb=efd282cf0e935bc54c17ad530a879c86c75a3a5e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/physics/movetypes/movetypes.qh b/qcsrc/common/physics/movetypes/movetypes.qh index 79b0ea7ba..db4c80d60 100644 --- a/qcsrc/common/physics/movetypes/movetypes.qh +++ b/qcsrc/common/physics/movetypes/movetypes.qh @@ -4,7 +4,7 @@ // undefined on client, engine cvar bool autocvar_physics_ode; -int autocvar_sv_qcphysics = 1; // TODO this is for testing - remove when qcphysics work +bool use_engine_physics; // debug option for testing legacy engine code #endif // water levels @@ -113,7 +113,7 @@ void _Movetype_LinkEdict_TouchAreaGrid(entity this); void _Movetype_LinkEdict(entity this, float touch_triggers); vector _Movetype_ClipVelocity(vector vel, vector norm, float f); void _Movetype_PushEntityTrace(entity this, vector push); -bool _Movetype_PushEntity(entity this, vector push, float failonstartsolid, bool dolink); +bool _Movetype_PushEntity(entity this, vector push, bool dolink); void Movetype_Physics_NoMatchTicrate(entity this, float movedt, bool isclient); void Movetype_Physics_MatchTicrate(entity this, float tr, bool sloppy);