]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Improve comments
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index a25ec56825ba71f6fbab8b747068ff1cff033fe4..f0837f18017da680fc56745d8919cf99f3017c8e 100644 (file)
@@ -2760,6 +2760,8 @@ void PlayerPostThink (entity this)
        if (IS_PLAYER(this)) {
                if(this.death_time == time && IS_DEAD(this))
                {
+                       // player's bbox gets resized now, instead of in the damage event that killed the player,
+                       // once all the damage events of this frame have been processed with normal size
                        this.maxs.z = 5;
                        setsize(this, this.mins, this.maxs);
                }