From 9703e96acb91d3ca178d3591ef67f1546a8f19c0 Mon Sep 17 00:00:00 2001 From: ludwig Date: Tue, 30 Aug 2005 21:25:54 +0000 Subject: - load qvm file by default again to avoid 'unpure' error - fix loading qvms in 64bit q3 git-svn-id: svn://svn.icculus.org/quake3/trunk@36 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/vm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'code/qcommon/vm.c') diff --git a/code/qcommon/vm.c b/code/qcommon/vm.c index 2700d59..713e6ae 100644 --- a/code/qcommon/vm.c +++ b/code/qcommon/vm.c @@ -484,8 +484,7 @@ vm_t *VM_Create( const char *module, long (*systemCalls)(long *), } } - // always try dll first? -- ln - if ( 1 || interpret == VMI_NATIVE ) { + if ( interpret == VMI_NATIVE ) { // try to load as a system dll Com_Printf( "Loading dll file %s.\n", vm->name ); vm->dllHandle = Sys_LoadDll( module, vm->fqpath , &vm->entryPoint, VM_DllSyscall ); -- cgit v1.2.3