Restore original saber speed trigger

This commit is contained in:
Simon 2022-10-10 23:00:00 +01:00
parent 3c7074f5d3
commit 40e91fe9b0
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/>.
#include "../qcommon/q_shared.h"
//How fast the saber/melee needs to be physically swung in order to trigger sounds and trails etc
#define WEAPON_VELOCITY_TRIGGER 0.6f
#define WEAPON_VELOCITY_TRIGGER 1.6f
typedef enum //# weapon_e
{

View File

@ -32,7 +32,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/>.
#include "../../code/qcommon/q_shared.h"
//How fast the saber/melee needs to be physically swung in order to trigger sounds and trails
#define WEAPON_VELOCITY_TRIGGER 1.0f
#define WEAPON_VELOCITY_TRIGGER 1.6f
typedef enum //# weapon_e
{