summaryrefslogtreecommitdiff
path: root/packages/quake/files/host.c.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/quake/files/host.c.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/quake/files/host.c.patch')
-rw-r--r--packages/quake/files/host.c.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/quake/files/host.c.patch b/packages/quake/files/host.c.patch
index e69de29bb2..e5e6457241 100644
--- a/packages/quake/files/host.c.patch
+++ b/packages/quake/files/host.c.patch
@@ -0,0 +1,29 @@
+--- quake1src/host.c~ 2003-09-09 13:59:53.000000000 +0100
++++ quake1src/host.c 2005-05-06 16:13:50.193452960 +0100
+@@ -874,7 +874,7 @@
+ else
+ S_Update (vec3_origin, vec3_origin, vec3_origin, vec3_origin);
+
+- CDAudio_Update();
++// CDAudio_Update();
+
+ if (host_speeds.value)
+ {
+@@ -1074,7 +1074,7 @@
+ #endif
+
+ #endif // _WIN32
+- CDAudio_Init ();
++// CDAudio_Init ();
+ Sbar_Init ();
+ CL_Init ();
+ #ifdef _WIN32 // on non win32, mouse comes before video for security reasons
+@@ -1117,7 +1117,7 @@
+
+ Host_WriteConfiguration ();
+
+- CDAudio_Shutdown ();
++// CDAudio_Shutdown ();
+ NET_Shutdown ();
+ S_Shutdown();
+ IN_Shutdown ();