mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-24 16:39:43 +00:00
entities: make temp entity sfx static
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
f454f4256c
commit
4be271d1c7
14
NQ/cl_tent.c
14
NQ/cl_tent.c
@ -37,13 +37,13 @@ typedef struct {
|
||||
|
||||
static beam_t cl_beams[MAX_BEAMS];
|
||||
|
||||
sfx_t *cl_sfx_wizhit;
|
||||
sfx_t *cl_sfx_knighthit;
|
||||
sfx_t *cl_sfx_tink1;
|
||||
sfx_t *cl_sfx_ric1;
|
||||
sfx_t *cl_sfx_ric2;
|
||||
sfx_t *cl_sfx_ric3;
|
||||
sfx_t *cl_sfx_r_exp3;
|
||||
static sfx_t *cl_sfx_wizhit;
|
||||
static sfx_t *cl_sfx_knighthit;
|
||||
static sfx_t *cl_sfx_tink1;
|
||||
static sfx_t *cl_sfx_ric1;
|
||||
static sfx_t *cl_sfx_ric2;
|
||||
static sfx_t *cl_sfx_ric3;
|
||||
static sfx_t *cl_sfx_r_exp3;
|
||||
|
||||
/*
|
||||
=================
|
||||
|
Loading…
Reference in New Issue
Block a user