diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-03 12:23:37 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:54 +0000 |
commit | 2fc4a2f3c7ffb6bdc2b089d39db36faf0b9fddee (patch) | |
tree | ea838b3086080811d205e919246c0267be285cad /src/game/g_local.h | |
parent | eb8d5fd1bb8e1b6faf512606b45287a4bd607374 (diff) |
* 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
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |