diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-08-30 11:37:53 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-08-30 11:37:53 +0000 |
commit | 3a7878700f24a738fc67d0417aa9603a17bb3c66 (patch) | |
tree | 242b06c54a844c03761f3c7d80f1314cc0fd084d /code/qcommon | |
parent | c31521148e810cadaddba5f1c564d20162b3de82 (diff) | |
download | ioquake3-aero-3a7878700f24a738fc67d0417aa9603a17bb3c66.tar.gz ioquake3-aero-3a7878700f24a738fc67d0417aa9603a17bb3c66.zip |
disable demo restrictions
git-svn-id: svn://svn.icculus.org/quake3/trunk@28 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/files.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/qcommon/files.c b/code/qcommon/files.c index c0f990b..5d6c542 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -3254,8 +3254,10 @@ void FS_InitFilesystem( void ) { // try to start up normally FS_Startup( BASEGAME ); +#if 0 // see if we are going to allow add-ons FS_SetRestrictions(); +#endif // if we can't find default.cfg, assume that the paths are // busted and error out now, rather than getting an unreadable |