From: MirceaKitsune Date: Tue, 3 May 2011 23:19:21 +0000 (+0300) Subject: Rename a function X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=6f7437740316f364874be68d4ce064903a9c00bb Rename a function --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 77e1d4cd..e95332a5 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -96,7 +96,7 @@ float Vore_CanLeave() } // position the camera properly for prey -void Vore_SetCamera() +void Vore_SetPreyPositions() { local entity head; local vector oldforward, oldright, oldup; @@ -671,7 +671,7 @@ void Vore() // Code that addresses the prey: // -------------------------------- - Vore_SetCamera(); + Vore_SetPreyPositions(); // keepdeadprey - detach dead prey if their predator died or got swallowed if(self.fakeprey)