]> git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix some comments
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 18 Apr 2011 14:40:04 +0000 (17:40 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 18 Apr 2011 14:40:04 +0000 (17:40 +0300)
data/qcsrc/server/keyhunt.qc
data/qcsrc/server/vore.qc

index 16204975fb51c61e68c8fcf7c020c0d5e2fa2c28..dd0570f8af5ea145c9adf02b12775e7620454b6b 100644 (file)
@@ -490,7 +490,7 @@ void kh_Key_Collect(entity key, entity player)  //a player picks up a dropped ke
        kh_Key_AssignTo(key, player); // this also updates .kh_state\r
 }\r
 \r
-void kh_Key_DropAll(entity player, float suicide) // runs whenever a player dies\r
+void kh_Key_DropAll(entity player, float suicide) // runs whenever a player dies or gets eaten\r
 {\r
        entity key;\r
        entity mypusher;\r
index 79eed0af29f938d4606959af94e82a142deb65e5..6fa15248e59653384e05721116a88a844aef78a6 100644 (file)
@@ -650,7 +650,7 @@ void Vore()
 \r
        Vore_CameraEffect_Apply();\r
 \r
-       // Ugly workaround for a Keyhunt issue. Your team's key can still be given to you while're in the stomach\r
+       // Ugly workaround for a Keyhunt issue. Your team's key can still be given to you while in the stomach\r
        // (at round start), which is pretty ugly and wrong. So attempt to drop keys each frame for prey\r
        kh_Key_DropAll(self, FALSE);\r
 }
\ No newline at end of file