disable demo restrictions
This commit is contained in:
parent
109da009d2
commit
9a455ba5ec
1 changed files with 2 additions and 0 deletions
|
@ -3254,8 +3254,10 @@ void FS_InitFilesystem( void ) {
|
||||||
// try to start up normally
|
// try to start up normally
|
||||||
FS_Startup( BASEGAME );
|
FS_Startup( BASEGAME );
|
||||||
|
|
||||||
|
#if 0
|
||||||
// see if we are going to allow add-ons
|
// see if we are going to allow add-ons
|
||||||
FS_SetRestrictions();
|
FS_SetRestrictions();
|
||||||
|
#endif
|
||||||
|
|
||||||
// if we can't find default.cfg, assume that the paths are
|
// if we can't find default.cfg, assume that the paths are
|
||||||
// busted and error out now, rather than getting an unreadable
|
// busted and error out now, rather than getting an unreadable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue