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 <m4n4t4...@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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to