diff options
author | Tim Angus <tim@ngus.net> | 2007-11-02 20:42:47 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-11-02 20:42:47 +0000 |
commit | 3289f089c3b6f6196fe9508e7d3d48b32a42d10d (patch) | |
tree | 00284abb075f2df331988b7398dbc82cf54352d8 /src/cgame/cg_local.h | |
parent | 580693963c553ca1b63fb62f70e3f048a3666991 (diff) |
* s/ui_loading/ui_hideCursor/
* Hide cursor when using edit fields and binding keys
* Remove client side chat handling, moving it to UI module
* Remove target and last attacker message modes
* Add ui_developer cvar
* Fix edit field bug where cvar changes under it
* Add onTextEntry UI script event
* Give the user some feedback when binding keys
* Stop doing a UI refresh when primed (and remove cgame ui_loading sets)
* Move cg_drawSnapshot to bottom of the screen
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 3816218b..012a29ed 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1499,7 +1499,6 @@ extern vmCvar_t ui_currentClass; extern vmCvar_t ui_carriage; extern vmCvar_t ui_stages; extern vmCvar_t ui_dialog; -extern vmCvar_t ui_loading; extern vmCvar_t ui_voteActive; extern vmCvar_t ui_alienTeamVoteActive; extern vmCvar_t ui_humanTeamVoteActive; |