diff options
| author | six <six@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-04 05:45:05 +0000 |
|---|---|---|
| committer | six <six@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-04 05:45:05 +0000 |
| commit | 5a28a0f93952fcacc4a6bbf2e44ea3a936f35726 (patch) | |
| tree | b2ff77aca618a8092a584f58013d032aba768f36 | |
| parent | 3b28019a505a576fdd26582f42d5af4243d1a07f (diff) | |
| download | ioquake3-aero-5a28a0f93952fcacc4a6bbf2e44ea3a936f35726.tar.gz ioquake3-aero-5a28a0f93952fcacc4a6bbf2e44ea3a936f35726.zip | |
.
git-svn-id: svn://svn.icculus.org/quake3/trunk@80 edf5b092-35ff-0310-97b2-ce42778d08ea
| -rw-r--r-- | code/qcommon/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 86744e5..47e2160 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -2840,7 +2840,7 @@ static void FS_SetRestrictions( void ) { char *productId; Com_Printf("smells like demo data, continueing anyways\n"); -// return; + return; #ifndef PRE_RELEASE_DEMO |
