git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4061
d7cf8633-e32d-0410-b094-
e92efae38249
#include "quakedef.h"
+typedef struct
+{
+ int left;
+ int right;
+} portable_samplepair_t;
+
// LordHavoc: was 512, expanded to 2048
#define PAINTBUFFER_SIZE 2048
portable_samplepair_t paintbuffer[PAINTBUFFER_SIZE];
#define DEFAULT_SOUND_PACKET_VOLUME 255
#define DEFAULT_SOUND_PACKET_ATTENUATION 1.0
-typedef struct
-{
- int left;
- int right;
-} portable_samplepair_t;
-
typedef struct
{
size_t length;