]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Merge branch 'terencehill/rollkill' into 'master'
authorMario <zacjardine@y7mail.com>
Tue, 14 Jun 2016 19:14:35 +0000 (19:14 +0000)
committerMario <zacjardine@y7mail.com>
Tue, 14 Jun 2016 19:14:35 +0000 (19:14 +0000)
commit5dd1e50bd7e2a24e1d2caea8bd1edf94a32dc9f9
tree8599f6ec372637a24b149fbade0658ab61e23178
parent49260b6ae3d0ffae7f73abe2da1d8a35859b162d
parentd0c66384acf19be8b20a8f46f9c6f7ab768f04e9
Merge branch 'terencehill/rollkill' into 'master'

v_deathtilt fix

Fix v_deathtilt effect causing the view to flicker, now it correctly tilts the view when killed and cl_eventchase_death is off
The code I added runs only when the player is dead so it doesn't break the view roll reset applied when passing through an oblique warpzone.

See merge request !326