Use .tenebrae for home configs
This commit is contained in:
parent
ab33667246
commit
3e9812b675
2 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ int nostdout = 0;
|
||||||
// user preference directory
|
// user preference directory
|
||||||
|
|
||||||
#if defined (USERPREF_DIR)
|
#if defined (USERPREF_DIR)
|
||||||
char *prefdir= ".quake";
|
char *prefdir= ".tenebrae";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (BASEDIR)
|
#if defined (BASEDIR)
|
||||||
|
@ -149,7 +149,7 @@ void Sys_Quit (void)
|
||||||
|
|
||||||
void Sys_Init (void)
|
void Sys_Init (void)
|
||||||
{
|
{
|
||||||
#if id386
|
#ifdef id386
|
||||||
Sys_SetFPCW ();
|
Sys_SetFPCW ();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -373,7 +373,7 @@ char *Sys_ConsoleInput (void)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !id386
|
#ifndef id386
|
||||||
void Sys_HighFPPrecision (void)
|
void Sys_HighFPPrecision (void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@ int noconinput = 0;
|
||||||
|
|
||||||
|
|
||||||
#if defined (USERPREF_DIR)
|
#if defined (USERPREF_DIR)
|
||||||
char *prefdir= ".quake";
|
char *prefdir= ".tenebrae";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (BASEDIR)
|
#if defined (BASEDIR)
|
||||||
|
@ -76,12 +76,12 @@ void Sys_Quit (void)
|
||||||
|
|
||||||
void Sys_Init(void)
|
void Sys_Init(void)
|
||||||
{
|
{
|
||||||
#if id386
|
#ifdef id386
|
||||||
Sys_SetFPCW();
|
Sys_SetFPCW();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !id386
|
#ifndef id386
|
||||||
|
|
||||||
/*
|
/*
|
||||||
================
|
================
|
||||||
|
|
Loading…
Reference in a new issue