mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-10 06:42:17 +00:00
Restore original saber speed trigger
This commit is contained in:
parent
3c7074f5d3
commit
40e91fe9b0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue