mumble link support

The coordinate calculation was adopted from Warsow's mumble patch.
This commit is contained in:
Ludwig Nussel 2008-05-30 17:19:31 +00:00
parent a15002ad0d
commit 0ee3960225
6 changed files with 268 additions and 0 deletions

View file

@ -367,6 +367,11 @@ extern cvar_t *cl_inGameVideo;
extern cvar_t *cl_lanForcePackets;
extern cvar_t *cl_autoRecordDemo;
#ifdef USE_MUMBLE
extern cvar_t *cl_useMumble;
extern cvar_t *cl_mumbleScale;
#endif
//=================================================
//