From: havoc Date: Thu, 25 Jul 2002 02:51:20 +0000 (+0000) Subject: whitespace X-Git-Tag: RELEASE_0_2_0_RC1~426 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c86a55816acf520997179020a3ba55fcb5c1ca26;p=xonotic%2Fdarkplaces.git whitespace git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2082 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/snd_mix.c b/snd_mix.c index c601b60a..cb47d1bf 100644 --- a/snd_mix.c +++ b/snd_mix.c @@ -26,9 +26,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif // LordHavoc: was 512, expanded to 2048 -#define PAINTBUFFER_SIZE 2048 +#define PAINTBUFFER_SIZE 2048 portable_samplepair_t paintbuffer[PAINTBUFFER_SIZE]; -int snd_scaletable[32][256]; +int snd_scaletable[32][256]; /* // LordHavoc: disabled this because it desyncs with the video too easily