]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add a comment
authorRudolf Polzer <divverent@alientrap.org>
Wed, 29 Dec 2010 17:05:11 +0000 (18:05 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 29 Dec 2010 17:05:11 +0000 (18:05 +0100)
qcsrc/server/mutators/gamemode_freezetag.qc

index 10a7852708fff9d448a3ca0338528678722afc74..2f6864ffd9626ec27f2e236be0acab51c4f292b9 100644 (file)
@@ -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');