mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 03:09:53 +02:00
update with simon, and shift-v now does every other frame properly
This commit is contained in:
@@ -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
|
||||
|
@@ -125,6 +125,7 @@ extern int svf_publish;
|
||||
extern char svf_id[16];
|
||||
extern char svf_name[64];
|
||||
extern char svf_tags[256];
|
||||
extern char svf_description[255];
|
||||
extern void *svf_last;
|
||||
extern int svf_lsize;
|
||||
|
||||
|
@@ -652,6 +652,8 @@ extern float player[27];
|
||||
|
||||
extern float player2[27];
|
||||
|
||||
extern int gravityMode;
|
||||
|
||||
extern particle *parts;
|
||||
extern particle *cb_parts;
|
||||
|
||||
|
Reference in New Issue
Block a user