mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +00:00
IOQ3 commit 2213
This commit is contained in:
parent
bc68ff22fb
commit
3337c84e53
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,10 @@ glstate_t glState;
|
||||||
|
|
||||||
static void GfxInfo_f( void );
|
static void GfxInfo_f( void );
|
||||||
|
|
||||||
|
#ifdef USE_RENDERER_DLOPEN
|
||||||
|
cvar_t *com_altivec;
|
||||||
|
#endif
|
||||||
|
|
||||||
cvar_t *r_flareSize;
|
cvar_t *r_flareSize;
|
||||||
cvar_t *r_flareFade;
|
cvar_t *r_flareFade;
|
||||||
cvar_t *r_flareCoeff;
|
cvar_t *r_flareCoeff;
|
||||||
|
@ -981,6 +985,10 @@ R_Register
|
||||||
*/
|
*/
|
||||||
void R_Register( void )
|
void R_Register( void )
|
||||||
{
|
{
|
||||||
|
#ifdef USE_RENDERER_DLOPEN
|
||||||
|
com_altivec = ri.Cvar_Get("com_altivec", "1", CVAR_ARCHIVE);
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// latched and archived variables
|
// latched and archived variables
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue