From 59b6a5ccdb397cdd3a47c97d6cda5438a225a338 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 26 Nov 2005 15:01:28 +0000 Subject: * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.local * Remove -gfull from linux section in Makefile -- it's darwin only * Cast away some warnings that surfaced from using "new" AL headers * Various whitespace and consistency fixes git-svn-id: svn://svn.icculus.org/quake3/trunk@375 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/qcommon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/qcommon/qcommon.h') diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index c5a67e7..35e44dd 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -748,6 +748,7 @@ extern cvar_t *com_blood; extern cvar_t *com_buildScript; // for building release pak files extern cvar_t *com_journal; extern cvar_t *com_cameraMode; +extern cvar_t *com_altivec; // both client and server must agree to pause extern cvar_t *cl_paused; -- cgit v1.2.3