mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-19 10:31:06 +00:00
Test commit to test jenkins build trigger
This commit is contained in:
parent
881aa6e6d3
commit
bfe7d807e4
1 changed files with 4 additions and 4 deletions
|
@ -180,10 +180,10 @@ static void WP_FireHyperspanner(gentity_t *ent, qboolean alt_fire) {
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MAXRANGE_PHASER 2048 /* This is the same as the range MAX_BEAM_RANGE 2048 */
|
#define MAXRANGE_PHASER 2048 /* This is the same as the range MAX_BEAM_RANGE 2048 */
|
||||||
#define NUM_PHASER_TRACES 3
|
#define NUM_PHASER_TRACES 3
|
||||||
#define BEAM_VARIATION 6
|
#define BEAM_VARIATION 6
|
||||||
#define PHASER_POINT_BLANK 96
|
#define PHASER_POINT_BLANK 96
|
||||||
#define PHASER_POINT_BLANK_FRAC ((float)PHASER_POINT_BLANK / (float)MAXRANGE_PHASER)
|
#define PHASER_POINT_BLANK_FRAC ((float)PHASER_POINT_BLANK / (float)MAXRANGE_PHASER)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue