diff options
author | Tim Angus <tim@ngus.net> | 2005-07-02 19:29:17 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-07-02 19:29:17 +0000 |
commit | 5097748e7b51a85e46047659a429532793d3fc93 (patch) | |
tree | 864553da08e07dde2227cc462e9d229e608bd1b6 /src/ui/ui_shared.h | |
parent | 7c13523d9b02f1319dec7dd0dece68f96f17ed35 (diff) |
* Fixed the PTRC system interfering with the observer mode
* Refactored observer mode code
* Fixed poison cloud being distorted in observer mode (by not rendering it)
* Fixed walking wall smoothing being distorted in observer mode (by not performing any smoothing)
Diffstat (limited to 'src/ui/ui_shared.h')
-rw-r--r-- | src/ui/ui_shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui_shared.h b/src/ui/ui_shared.h index 51f6eac0..d0864c02 100644 --- a/src/ui/ui_shared.h +++ b/src/ui/ui_shared.h @@ -443,4 +443,7 @@ int trap_PC_FreeSource( int handle ); int trap_PC_ReadToken( int handle, pc_token_t *pc_token ); int trap_PC_SourceFileAndLine( int handle, char *filename, int *line ); +void BindingFromName( const char *cvar ); +extern char g_nameBind1[ 32 ]; +extern char g_nameBind2[ 32 ]; #endif |