mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
Merge branch 'wip-trails'
This commit is contained in:
commit
7a2a61d365
28 changed files with 1595 additions and 22 deletions
|
@ -59,6 +59,7 @@
|
|||
#include "compat.h"
|
||||
|
||||
#include "client/chase.h"
|
||||
#include "client/effects.h"
|
||||
#include "client/particles.h"
|
||||
#include "client/sbar.h"
|
||||
#include "client/screen.h"
|
||||
|
@ -740,6 +741,7 @@ CL_Init (cbuf_t *cbuf)
|
|||
|
||||
CL_Init_Input (cbuf);
|
||||
CL_Particles_Init ();
|
||||
CL_Effects_Init ();
|
||||
CL_TEnts_Init ();
|
||||
CL_World_Init ();
|
||||
CL_ClearState ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue