]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Second merging step: remove HUD_DrawCenterPrint(); from vehicles huds, now centerprin...
authorterencehill <piuntn@gmail.com>
Thu, 23 Jun 2011 07:13:19 +0000 (09:13 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 23 Jun 2011 07:13:19 +0000 (09:13 +0200)
qcsrc/client/vehicles/vehicles.qc

index ab42d619aa3906abc47214dc0b3ba488716b7aa4..40f63283ab2bc98869b3e591885decc764a7e56a 100644 (file)
@@ -308,9 +308,6 @@ void CSQC_SPIDER_HUD()
     else
         drawpic(hudloc + picloc, hud_ammo2_ico, pic2size, '1 1 1', 1, DRAWFLAG_NORMAL);
 
-
-    HUD_DrawCenterPrint();
-
        if (scoreboard_showscores)
                HUD_DrawScoreboard();
     else
@@ -495,8 +492,6 @@ void CSQC_RAPTOR_HUD()
         }
     }
 
-    HUD_DrawCenterPrint();
-
        if (scoreboard_showscores)
                HUD_DrawScoreboard();
     else
@@ -638,9 +633,6 @@ void CSQC_WAKIZASHI_HUD()
     else
         drawpic(hudloc + picloc, hud_ammo2_ico, pic2size, '1 1 1', 1, DRAWFLAG_NORMAL);
 
-
-    HUD_DrawCenterPrint();
-
        if (scoreboard_showscores)
                HUD_DrawScoreboard();
     else