aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-05-28 04:57:29 +0800
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-05-28 04:57:29 +0800
commitc1ec0c4cc2493664853292acc910c0c5ff59a572 (patch)
tree86d076fbaf6593ad8c75b50c454e9be2baf5e803 /games
parentca6f7e19a8409d6d24d257d99e7da794116b650a (diff)
downloadfreebsd-ports-gnome-c1ec0c4cc2493664853292acc910c0c5ff59a572.tar.gz
freebsd-ports-gnome-c1ec0c4cc2493664853292acc910c0c5ff59a572.tar.zst
freebsd-ports-gnome-c1ec0c4cc2493664853292acc910c0c5ff59a572.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')
-rw-r--r--games/q3cellshading/files/patch-code-qcommon-vm.c13
-rw-r--r--games/quake3/files/patch-code-qcommon-vm.c13
2 files changed, 4 insertions, 22 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 @@
diff --git a/games/quake3/files/patch-code-qcommon-vm.c b/games/quake3/files/patch-code-qcommon-vm.c
index 404b804d4012..e6a62c38cc82 100644
--- a/games/quake3/files/patch-code-qcommon-vm.c
+++ b/games/quake3/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 @@