From: Rudolf Polzer Date: Wed, 29 Dec 2010 17:05:11 +0000 (+0100) Subject: add a comment X-Git-Tag: xonotic-v0.5.0~330^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f32d78f6626585d6fabaa2b1033b9bf09e92947f;p=xonotic%2Fxonotic-data.pk3dir.git add a comment --- diff --git a/qcsrc/server/mutators/gamemode_freezetag.qc b/qcsrc/server/mutators/gamemode_freezetag.qc index 10a785270..2f6864ffd 100644 --- a/qcsrc/server/mutators/gamemode_freezetag.qc +++ b/qcsrc/server/mutators/gamemode_freezetag.qc @@ -52,6 +52,9 @@ void freezetag_CheckWinner() next_round = time + 5; } +// this is needed to allow the player to turn his view around (fixangle can't +// be used to freeze his view, as that also changes the angles), while not +// turning that ice object with the player void freezetag_Ice_Think() { setorigin(self, self.owner.origin - '0 0 16');