changeset 27:3f8f518905db

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 16 Mar 2013 01:04:24 +0200
parents 7f7330567277
children 9f72bd464802
files 3x666.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/3x666.c	Fri Mar 15 23:36:46 2013 +0200
+++ b/3x666.c	Sat Mar 16 01:04:24 2013 +0200
@@ -104,8 +104,6 @@
     va_end(ap);
 }
 
-
-
     
 static BOOL engineInitializeVideo()
 {
@@ -394,6 +392,7 @@
     v->z = cos(c) * sbcam + sin(c) * sam;
 }
 
+
 /************************* MUSiC cODE **************************/
 
 /* This table was ripped (and reduced and rudely integerized) from the
@@ -478,6 +477,7 @@
     if (drum1) free(drum1);
 }
 
+
 static int engineRenderAudio(Sint32 *stream)
 {
     static int rowno = 0;