From fc294477261cab662ac70fb2ea5836f06d45d0a1 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 30 Aug 2005 15:30:07 +0000 Subject: [PATCH] really don't add restrictions on demo data --- code/qcommon/files.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 5d6c542e..febbf4c1 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -2838,6 +2838,9 @@ if the full version is not found static void FS_SetRestrictions( void ) { searchpath_t *path; + Com_Printf("smells like demo data, continueing anyways\n"); + return; + #ifndef PRE_RELEASE_DEMO char *productId; @@ -3254,10 +3257,8 @@ 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