aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon')
-rw-r--r--code/qcommon/files.c4
-rw-r--r--code/qcommon/qcommon.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/code/qcommon/files.c b/code/qcommon/files.c
index 942bf24..86744e5 100644
--- a/code/qcommon/files.c
+++ b/code/qcommon/files.c
@@ -2837,12 +2837,12 @@ if the full version is not found
*/
static void FS_SetRestrictions( void ) {
searchpath_t *path;
+ char *productId;
Com_Printf("smells like demo data, continueing anyways\n");
- return;
+// return;
#ifndef PRE_RELEASE_DEMO
- char *productId;
// if fs_restrict is set, don't even look for the id file,
// which allows the demo release to be tested even if
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index 2295f56..a99bfcf 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -326,7 +326,7 @@ void *VM_ArgPtr( long intValue );
void *VM_ExplicitArgPtr( vm_t *vm, long intValue );
#define VMA(x) VM_ArgPtr(args[x])
-static inline float _vmf(long x)
+static __inline float _vmf(long x)
{
union {
long l;