Added the dealer proper.

This commit is contained in:
2021-08-23 09:29:53 -07:00
parent fefa044145
commit a65ae99840
15 changed files with 244 additions and 75 deletions

View File

@ -23,6 +23,6 @@
#define SKYWALL_INDICE_COUNT SKYWALL_INDICES_PER_SLICE*SKYWALL_SLICE_COUNT
/** How big the skywall cylinder is */
#define SKYWALL_SIZE 100
#define SKYWALL_SIZE 10
void skywallInit(primitive_t *primitive);