]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Enable gravity by default so we can bounce around maps
authorMario <mario@smbclan.net>
Wed, 24 Oct 2018 03:16:11 +0000 (13:16 +1000)
committerMario <mario@smbclan.net>
Wed, 24 Oct 2018 03:16:11 +0000 (13:16 +1000)
qcsrc/ecs/cl_main.qc

index e84c8f3c88990a38386ac758249911b591c348a8..48c0cf03c7d291a7f7084228f21f8f18bd24e3ea 100644 (file)
@@ -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';
        }