[iortcw] 101/152: MP: Fix typo in last commit
Simon McVittie
smcv at debian.org
Fri Sep 8 10:40:18 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 2a6cc310f40043617abca5c79e8d0d73d28dfaa3
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Thu Aug 25 18:07:35 2016 -0400
MP: Fix typo in last commit
---
MP/code/cgame/cg_draw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MP/code/cgame/cg_draw.c b/MP/code/cgame/cg_draw.c
index a02a7ca..c686e04 100644
--- a/MP/code/cgame/cg_draw.c
+++ b/MP/code/cgame/cg_draw.c
@@ -3514,7 +3514,7 @@ static void CG_ScreenFade( void ) {
if ( color[ 3 ] ) {
if ( cg_fixedAspect.integer ) {
CG_SetScreenPlacement(PLACE_STRETCH, PLACE_STRETCH);
- CG_FillRect( 0, 0, 640, 480, color ):
+ CG_FillRect( 0, 0, 640, 480, color );
CG_SetScreenPlacement(PLACE_CENTER, PLACE_CENTER);
} else {
CG_FillRect( 0, 0, 640, 480, color );
--
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