]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix some comments for that last change
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 18:31:23 +0000 (21:31 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 18:31:23 +0000 (21:31 +0300)
data/qcsrc/client/sbar.qc
data/qcsrc/server/cl_client.qc

index fe6e09ecc7aea1865792612a353cf33629848e0d..fd08b48bb55a1e1a2813d731382bc6c9fca3d3b9 100644 (file)
@@ -3076,7 +3076,7 @@ void Sbar_Draw (void)
                else if(gametype == GAME_CTS || gametype == GAME_RACE)\r
                        CSQC_race_hud();\r
 \r
-               // draw canleave message\r
+               // draw the canleave message\r
                if(getstati(STAT_VORE_CANLEAVE))\r
                {\r
                        s = strcat("^7Press ^3", getcommandkey("secondary fire", "+attack2"), " ^7to exit");\r
index 52a9a412326a0654697b44ae7f697d93ed22bb8a..72002477831395a24b81280f0c68298bc76592f2 100644 (file)
@@ -2016,7 +2016,7 @@ void SpectateCopy(entity spectatee) {
        self.stat_eaten = spectatee.stat_eaten;\r
        self.stat_stomachload = spectatee.stat_stomachload;\r
        self.stat_digesting = spectatee.stat_digesting;\r
-       // self.stat_canleave = spectatee.stat_canleave; // don't enable this one, since the notification it's used for does not address spectated players\r
+       //self.stat_canleave = spectatee.stat_canleave; // don't enable this one, since the notification it's used for does not address spectated players\r
        setorigin(self, spectatee.origin);\r
        setsize(self, spectatee.mins, spectatee.maxs);\r
        SetZoomState(spectatee.zoomstate);\r