mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 13:40:56 +00:00
Fix GCC 6 misleading-indentation warning
This commit is contained in:
parent
424e1ac7b1
commit
bad8c3ba4e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue