This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag debian/1.36+u20171216_dfsg-1 in repository ioquake3.
commit bad8c3ba4e3c4db43144e40503a1afed8050c682 Author: Zack Middleton <[email protected]> Date: Sun Dec 3 05:51:40 2017 -0600 Fix GCC 6 misleading-indentation warning --- code/game/bg_pmove.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/bg_pmove.c b/code/game/bg_pmove.c index 446008c..5465c57 100644 --- a/code/game/bg_pmove.c +++ b/code/game/bg_pmove.c @@ -1694,8 +1694,8 @@ static void PM_Weapon( void ) { else if( bg_itemlist[pm->ps->stats[STAT_PERSISTANT_POWERUP]].giTag == PW_AMMOREGEN ) { addTime /= 1.3; - } - else + } + else #endif if ( pm->ps->powerups[PW_HASTE] ) { addTime /= 1.3; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

