From 2fc4a2f3c7ffb6bdc2b089d39db36faf0b9fddee Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Sat, 3 Oct 2009 12:23:37 +0000 Subject: * Add Undeference's say_area command * For now, the range of this is adjustable with g_sayAreaRange. This is temporary to help us to choose a range for Undeference to use when he commits this to Tremulous trunk --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index c6f0e876..58fbb485 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1157,6 +1157,7 @@ extern vmCvar_t g_currentMapRotation; extern vmCvar_t g_currentMap; extern vmCvar_t g_initialMapRotation; extern vmCvar_t g_chatTeamPrefix; +extern vmCvar_t g_sayAreaRange; extern vmCvar_t g_debugVoices; extern vmCvar_t g_voiceChats; -- cgit