mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 01:42:12 +00:00
- "baseq3" literal replacement patch (by Erik Auerswald) applied
- Commented setting of the cl_guid cvar because md5.c is not 64-bit safe.
This commit is contained in:
parent
dbdc92d4be
commit
c116695ea7
6 changed files with 7 additions and 6 deletions
|
@ -150,7 +150,7 @@ int Export_BotLibSetup(void)
|
|||
Com_sprintf(logfilename, sizeof(logfilename), "%s%c%s%cbotlib.log", homedir, PATH_SEP, gamedir, PATH_SEP);
|
||||
}
|
||||
else {
|
||||
Com_sprintf(logfilename, sizeof(logfilename), "%s%cbaseq3%cbotlib.log", homedir, PATH_SEP, PATH_SEP);
|
||||
Com_sprintf(logfilename, sizeof(logfilename), "%s%c" BASEGAME "%cbotlib.log", homedir, PATH_SEP, PATH_SEP);
|
||||
}
|
||||
} else {
|
||||
Com_sprintf(logfilename, sizeof(logfilename), "botlib.log");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue