From 5097748e7b51a85e46047659a429532793d3fc93 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 2 Jul 2005 19:29:17 +0000 Subject: * 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) --- src/ui/ui_shared.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui') 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 -- cgit