mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
cl_visedict re-write. lerping works MUCH better now, and lerping of torches
should be possible. client should also be microscopicly faster.
This commit is contained in:
parent
3669d78d1b
commit
dd3ea544ce
13 changed files with 202 additions and 194 deletions
|
@ -50,8 +50,8 @@ void CL_BeginServerConnect(void);
|
|||
|
||||
#define MAX_VISEDICTS 256
|
||||
extern int cl_numvisedicts, cl_oldnumvisedicts;
|
||||
extern entity_t *cl_visedicts, *cl_oldvisedicts;
|
||||
extern entity_t cl_visedicts_list[2][MAX_VISEDICTS];
|
||||
extern entity_t **cl_visedicts, **cl_oldvisedicts;
|
||||
extern entity_t *cl_visedicts_list[2][MAX_VISEDICTS];
|
||||
|
||||
extern char emodel_name[], pmodel_name[], prespawn_name[], modellist_name[], soundlist_name[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue