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:
Loring Holden 2000-02-05 19:42:21 +00:00
parent 840ff1c72f
commit 9ff456626f
2 changed files with 2 additions and 0 deletions

View File

@ -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};

View File

@ -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};