]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
whitespace
[xonotic/darkplaces.git] / snd_mix.c
index c601b60abb3c783ec17633114bf664c1fbc8a957..cb47d1bf2262aad832826a33eccf12f5fe870364 100644 (file)
--- 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