]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix #2922 "Player corpse not resized when suiciding with a weapon" 1376/head
authorterencehill <piuntn@gmail.com>
Thu, 24 Oct 2024 15:44:46 +0000 (17:44 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 24 Oct 2024 15:49:05 +0000 (17:49 +0200)
commit90474b858070eb91e5da668503a74abdea1e96a0
tree70e20ca0995f7ac5bb271991a3969f59e344c91d
parenta6601fa74a64b5312ca4566bbf041c56c6150f1d
Fix #2922 "Player corpse not resized when suiciding with a weapon"

Fixed by moving code that resizes player bbox from PlayerPostThink to EndFrame, which is executed later.

Also update hash
.gitlab-ci.yml
qcsrc/server/client.qc
qcsrc/server/client.qh
qcsrc/server/player.qh
qcsrc/server/world.qc