aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_main.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-03 19:31:42 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-03 19:31:42 +0000
commit7e79fa2629cce14e4ee4649dec92468748109b59 (patch)
tree4181582fc63a3b4d895e142789b48a0ca704bf62 /code/client/cl_main.c
parent5472c69ea3040b3837dc4584562a6e060e8b0144 (diff)
downloadioquake3-aero-7e79fa2629cce14e4ee4649dec92468748109b59.tar.gz
ioquake3-aero-7e79fa2629cce14e4ee4649dec92468748109b59.zip
* Restrict OpenAL capture support test hack to OS X, where it is required; this
fixes a crash on exit with Windows when using OpenAL git-svn-id: svn://svn.icculus.org/quake3/trunk@1433 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client/cl_main.c')
-rw-r--r--code/client/cl_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_main.c b/code/client/cl_main.c
index 4f6d4c2..98686ad 100644
--- a/code/client/cl_main.c
+++ b/code/client/cl_main.c
@@ -3181,7 +3181,7 @@ void CL_Shutdown( void ) {
Com_Printf( "----- CL_Shutdown -----\n" );
if ( recursive ) {
- printf ("recursive shutdown\n");
+ Com_Printf( "WARNING: Recursive shutdown\n" );
return;
}
recursive = qtrue;