From c86a55816acf520997179020a3ba55fcb5c1ca26 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 25 Jul 2002 02:51:20 +0000 Subject: [PATCH] whitespace git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2082 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_mix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2