mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 13:21:04 +00:00
snd_null.c - snd is another variable defined in snd_dma.c that has to be
defined here as well vid_sunx.c - missing client.h include
This commit is contained in:
parent
840ff1c72f
commit
9ff456626f
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ int total_channels;
|
|||
volatile dma_t *shm = 0;
|
||||
cvar_t loadas8bit = {"loadas8bit", "0"};
|
||||
int paintedtime; // sample PAIRS
|
||||
snd_t snd;
|
||||
|
||||
|
||||
cvar_t bgmvolume = {"bgmvolume", "1", true};
|
||||
|
|
|
@ -55,6 +55,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "lib_replace.h"
|
||||
#include "common.h"
|
||||
#include "sys.h"
|
||||
#include "client.h"
|
||||
|
||||
cvar_t _windowed_mouse = {"_windowed_mouse","0", true};
|
||||
cvar_t m_filter = {"m_filter","0", true};
|
||||
|
|
Loading…
Reference in a new issue