From e2127b06e49ee8d4040e900d0aba2c45cf090b19 Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 23 Jun 2011 09:13:19 +0200 Subject: [PATCH] Second merging step: remove HUD_DrawCenterPrint(); from vehicles huds, now centerprint panel is visible for vehicles too --- qcsrc/client/vehicles/vehicles.qc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/qcsrc/client/vehicles/vehicles.qc b/qcsrc/client/vehicles/vehicles.qc index ab42d619a..40f63283a 100644 --- a/qcsrc/client/vehicles/vehicles.qc +++ b/qcsrc/client/vehicles/vehicles.qc @@ -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 -- 2.39.2