Skip to content

Commit

Permalink
Fix GCC 6 misleading-indentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Dec 3, 2017
1 parent 424e1ac commit bad8c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/bg_pmove.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bad8c3b

Please sign in to comment.