diff options
author | epoch <epoch@hacking.allowed.org> | 2020-05-16 16:38:50 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-05-16 16:38:50 -0500 |
commit | 199e2f895e6f292c210d5a41029c5b63aace9f0b (patch) | |
tree | 6ad098026c844fe5993e3e843a85426b21c8a839 /src | |
parent | 1227fd3c5481321aba6edd8e6b9a0356e21600fc (diff) | |
download | hackvr-199e2f895e6f292c210d5a41029c5b63aace9f0b.tar.gz hackvr-199e2f895e6f292c210d5a41029c5b63aace9f0b.zip |
I needed a 12 sided shape for a chaosgate so I upped MAX_SIDES to 20
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 53b1dba..c7c0af1 100644 --- a/src/config.h +++ b/src/config.h @@ -15,7 +15,7 @@ #define SHAPES 65535 #define PERIODIC_OUTPUT 100 -#define MAX_SIDES 8 +#define MAX_SIDES 20 #define MAXWIDTH 4000 #define WIDTH 320 #define MAXHEIGHT 3000 |