]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/quake/files/host.c.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / quake / files / host.c.patch
1 --- quake1src/host.c~   2003-09-09 13:59:53.000000000 +0100
2 +++ quake1src/host.c    2005-05-06 16:13:50.193452960 +0100
3 @@ -874,7 +874,7 @@
4         else
5                 S_Update (vec3_origin, vec3_origin, vec3_origin, vec3_origin);
6         
7 -       CDAudio_Update();
8 +//     CDAudio_Update();
9  
10         if (host_speeds.value)
11         {
12 @@ -1074,7 +1074,7 @@
13  #endif
14  
15  #endif // _WIN32
16 -               CDAudio_Init ();
17 +//             CDAudio_Init ();
18                 Sbar_Init ();
19                 CL_Init ();
20  #ifdef _WIN32 // on non win32, mouse comes before video for security reasons
21 @@ -1117,7 +1117,7 @@
22  
23         Host_WriteConfiguration (); 
24  
25 -       CDAudio_Shutdown ();
26 +//     CDAudio_Shutdown ();
27         NET_Shutdown ();
28         S_Shutdown();
29         IN_Shutdown ();