aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quake/files/host.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/quake/files/host.c.patch')
-rw-r--r--recipes/quake/files/host.c.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/quake/files/host.c.patch b/recipes/quake/files/host.c.patch
new file mode 100644
index 0000000000..e5e6457241
--- /dev/null
+++ b/recipes/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 ();