Skip to content

Commit

Permalink
don't do the hud flash
Browse files Browse the repository at this point in the history
  • Loading branch information
TwelveEyes committed Jul 1, 2024
1 parent 0c628ed commit f55f743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/wp_saber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4359,7 +4359,7 @@ qboolean G_EnoughPowerForSpecialMove( int forcePower, int cost, qboolean kataMov
}
else
{
cg.forceHUDTotalFlashTime = level.time + 1000;
// cg.forceHUDTotalFlashTime = level.time + 1000;
return qfalse;
}
}
Expand Down

0 comments on commit f55f743

Please sign in to comment.