aboutsummaryrefslogtreecommitdiffstats
path: root/games/q3cellshading
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-05-28 04:57:29 +0800
committeralepulver <alepulver@FreeBSD.org>2006-05-28 04:57:29 +0800
commit1dab99b59dd17e7b349fccdaf5f8827004d103d4 (patch)
tree00469d4f1e213783fb2c2332fc70249c0de94a14 /games/q3cellshading
parent0020de60b6b13ae0b912a479d3a2fc0806994050 (diff)
downloadfreebsd-ports-gnome-1dab99b59dd17e7b349fccdaf5f8827004d103d4.tar.gz
freebsd-ports-gnome-1dab99b59dd17e7b349fccdaf5f8827004d103d4.tar.zst
freebsd-ports-gnome-1dab99b59dd17e7b349fccdaf5f8827004d103d4.zip
- Remove unnecessary change from my last patch. The selection of .qvm / .so is
based on the sv_pure variable. Approved by: garga (mentor)
Diffstat (limited to 'games/q3cellshading')
-rw-r--r--games/q3cellshading/files/patch-code-qcommon-vm.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/games/q3cellshading/files/patch-code-qcommon-vm.c b/games/q3cellshading/files/patch-code-qcommon-vm.c
index 404b804d4012..e6a62c38cc82 100644
--- a/games/q3cellshading/files/patch-code-qcommon-vm.c
+++ b/games/q3cellshading/files/patch-code-qcommon-vm.c
@@ -1,14 +1,5 @@
---- code/qcommon/vm.c.orig Thu May 25 16:59:36 2006
-+++ code/qcommon/vm.c Thu May 25 17:08:51 2006
-@@ -478,7 +478,7 @@
- }
- }
-
-- if ( interpret == VMI_NATIVE ) {
-+ if ( 1 ) {
- // 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 );
+--- code/qcommon/vm.c.orig Sat May 27 14:56:20 2006
++++ code/qcommon/vm.c Sat May 27 15:40:59 2006
@@ -826,7 +826,7 @@