[iortcw] 137/152: MP: Always center ObjectiveInfo hint

Simon McVittie smcv at debian.org
Fri Sep 8 10:40:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.5a
in repository iortcw.

commit 7a988f8bf4e74e364e20c002db087c817a62cf32
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Wed Oct 19 18:22:49 2016 -0400

    MP: Always center ObjectiveInfo hint
---
 MP/code/cgame/cg_draw.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MP/code/cgame/cg_draw.c b/MP/code/cgame/cg_draw.c
index c686e04..58a6e7f 100644
--- a/MP/code/cgame/cg_draw.c
+++ b/MP/code/cgame/cg_draw.c
@@ -3160,6 +3160,10 @@ static void CG_DrawObjectiveInfo( void ) {
 		return;
 	}
 
+	if ( cg_fixedAspect.integer ) {
+		CG_SetScreenPlacement(PLACE_CENTER, PLACE_CENTER);
+	}
+
 	trap_R_SetColor( color );
 
 	start = cg.oidPrint;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list