Fix GCC 6 misleading-indentation warning

This commit is contained in:
Zack Middleton 2017-12-03 05:51:40 -06:00
parent 424e1ac7b1
commit bad8c3ba4e
1 changed files with 2 additions and 2 deletions

View File

@ -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;