mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-14 17:01:32 +00:00
Removed FX_DetailLevel
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
0d3b6ad490
commit
5931f48e12
2 changed files with 0 additions and 8 deletions
|
@ -1304,10 +1304,6 @@ void CG_FireLaser( vec3_t start, vec3_t end, vec3_t normal, vec3_t laserRGB, flo
|
|||
float scale = 1.0f;
|
||||
int life = 0;
|
||||
|
||||
/* FIXME: FX_DetailLevel defined nowhere */
|
||||
/*if ( !(FX_DetailLevel( start, 16, 1200 ) ))
|
||||
return;*/
|
||||
|
||||
// Orient the laser spray
|
||||
VectorSubtract( end, start, dir );
|
||||
VectorNormalize( dir );
|
||||
|
|
|
@ -147,7 +147,3 @@ void FX_qFlash( centity_t* cent, vec3_t org, int timeIndex );
|
|||
*/
|
||||
void fxRandCircumferencePos(vec3_t center, vec3_t normal, float radius, vec3_t out);
|
||||
|
||||
/*
|
||||
* fx-public ports
|
||||
*/
|
||||
float FX_DetailLevel( vec3_t origin, float near_clip, float far_clip );
|
||||
|
|
Loading…
Reference in a new issue