From: terencehill Date: Thu, 23 Jun 2011 07:13:19 +0000 (+0200) Subject: Second merging step: remove HUD_DrawCenterPrint(); from vehicles huds, now centerprin... X-Git-Tag: xonotic-v0.5.0~198 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e2127b06e49ee8d4040e900d0aba2c45cf090b19;p=xonotic%2Fxonotic-data.pk3dir.git Second merging step: remove HUD_DrawCenterPrint(); from vehicles huds, now centerprint panel is visible for vehicles too --- 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