Test commit to test jenkins build trigger

This commit is contained in:
Walter Julius Hennecke 2013-08-11 02:50:40 +02:00
parent 881aa6e6d3
commit bfe7d807e4

View file

@ -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 NUM_PHASER_TRACES 3
#define BEAM_VARIATION 6
#define PHASER_POINT_BLANK 96
#define MAXRANGE_PHASER 2048 /* This is the same as the range MAX_BEAM_RANGE 2048 */
#define NUM_PHASER_TRACES 3
#define BEAM_VARIATION 6
#define PHASER_POINT_BLANK 96
#define PHASER_POINT_BLANK_FRAC ((float)PHASER_POINT_BLANK / (float)MAXRANGE_PHASER)
/**