update with simon, and shift-v now does every other frame properly

This commit is contained in:
Cracker64
2011-01-04 13:26:28 -05:00
parent 5b86cd5c21
commit 5a37f32ca1
5 changed files with 95 additions and 34 deletions

View File

@@ -28,6 +28,9 @@
#define YRES 384
#define NPART XRES*YRES
#define XCNTR 306
#define YCNTR 192
#define MAX_DISTANCE sqrt(pow(XRES, 2)+pow(YRES, 2))
#define MAXSIGNS 16