From: Mario Date: Wed, 24 Oct 2018 03:16:11 +0000 (+1000) Subject: Enable gravity by default so we can bounce around maps X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=448aac784e7e7545d5e2999720e24a71481e9714;p=xonotic%2Fxonotic-data.pk3dir.git Enable gravity by default so we can bounce around maps --- diff --git a/qcsrc/ecs/cl_main.qc b/qcsrc/ecs/cl_main.qc index e84c8f3c8..48c0cf03c 100644 --- a/qcsrc/ecs/cl_main.qc +++ b/qcsrc/ecs/cl_main.qc @@ -16,8 +16,8 @@ it.com_phys_stepheight = 31; it.com_phys_jumpvel = 260; it.com_phys_friction = 6; - //it.com_phys_gravity = '0 0 800'; - it.com_phys_noclip = true; + it.com_phys_gravity = '0 0 800'; + it.com_phys_noclip = false; it.com_phys_pos = '0 0 200'; }