summaryrefslogtreecommitdiff
path: root/source/sw_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sw_main.c')
-rw-r--r--source/sw_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sw_main.c b/source/sw_main.c
index fe8cbe3..b8caeaf 100644
--- a/source/sw_main.c
+++ b/source/sw_main.c
@@ -1091,7 +1091,7 @@ void R_DrawBeam( entity_t *e )
for ( i = 0; i < NUM_BEAM_SEGS; i++ )
{
- RotatePointAroundVector( start_points[i], normalized_direction,
+ R_RotatePointAroundVector( start_points[i], normalized_direction,
perpvec, (360.0/NUM_BEAM_SEGS)*i );
VectorAdd( start_points[i], origin, start_points[i] );
VectorAdd( start_points[i], direction, end_points[i] );