mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +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
|
else
|
||||||
if( bg_itemlist[pm->ps->stats[STAT_PERSISTANT_POWERUP]].giTag == PW_AMMOREGEN ) {
|
if( bg_itemlist[pm->ps->stats[STAT_PERSISTANT_POWERUP]].giTag == PW_AMMOREGEN ) {
|
||||||
addTime /= 1.3;
|
addTime /= 1.3;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
if ( pm->ps->powerups[PW_HASTE] ) {
|
if ( pm->ps->powerups[PW_HASTE] ) {
|
||||||
addTime /= 1.3;
|
addTime /= 1.3;
|
||||||
|
|
Loading…
Reference in a new issue