From 9a455ba5ecb571fd85a459ef0334bad0ba47e353 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 30 Aug 2005 11:37:53 +0000 Subject: [PATCH] disable demo restrictions --- code/qcommon/files.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/qcommon/files.c b/code/qcommon/files.c index c0f990b8..5d6c542e 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