]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Rename a function
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 3 May 2011 23:19:21 +0000 (02:19 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 3 May 2011 23:19:21 +0000 (02:19 +0300)
data/qcsrc/server/vore.qc

index 77e1d4cdbbd3114333d388e28c9984c0c27c4c44..e95332a50e9652f27ae28e8edd2effecd589505a 100644 (file)
@@ -96,7 +96,7 @@ float Vore_CanLeave()
 }\r
 \r
 // position the camera properly for prey\r
 }\r
 \r
 // position the camera properly for prey\r
-void Vore_SetCamera()\r
+void Vore_SetPreyPositions()\r
 {\r
        local entity head;\r
        local vector oldforward, oldright, oldup;\r
 {\r
        local entity head;\r
        local vector oldforward, oldright, oldup;\r
@@ -671,7 +671,7 @@ void Vore()
 // Code that addresses the prey:\r
 // --------------------------------\r
 \r
 // Code that addresses the prey:\r
 // --------------------------------\r
 \r
-       Vore_SetCamera();\r
+       Vore_SetPreyPositions();\r
 \r
        // keepdeadprey - detach dead prey if their predator died or got swallowed\r
        if(self.fakeprey)\r
 \r
        // keepdeadprey - detach dead prey if their predator died or got swallowed\r
        if(self.fakeprey)\r