mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 01:42:12 +00:00
Make steam path optional at compile time for standalone games
This commit is contained in:
parent
750fdc0e43
commit
7e96fd9cb6
3 changed files with 5 additions and 3 deletions
|
@ -89,7 +89,7 @@ Sys_SteamPath
|
|||
char *Sys_SteamPath( void )
|
||||
{
|
||||
// Disabled since Steam doesn't let you install Quake 3 on Mac/Linux
|
||||
#if 0
|
||||
#if 0 //#ifdef STEAMPATH_NAME
|
||||
char *p;
|
||||
|
||||
if( ( p = getenv( "HOME" ) ) != NULL )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue