mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +00:00
Fix this for real now.
This commit is contained in:
parent
afffc10a54
commit
ded2b11959
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ char *Sys_DefaultHomePath( void )
|
||||||
FARPROC qSHGetFolderPath;
|
FARPROC qSHGetFolderPath;
|
||||||
HMODULE shfolder = LoadLibrary("shfolder.dll");
|
HMODULE shfolder = LoadLibrary("shfolder.dll");
|
||||||
|
|
||||||
if(!*homePath && !com_homepath)
|
if(!*homePath && com_homepath)
|
||||||
{
|
{
|
||||||
if(shfolder == NULL)
|
if(shfolder == NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue