Atrinik Server 2.5
Defines
Random spiral map options

Defines

#define RANDOM_OPTIONS   0
#define REGULAR_SPIRAL   1
#define FINE_SPIRAL   2
#define FIT_SPIRAL   4
#define MAX_SPIRAL_OPT   8

Define Documentation

#define FINE_SPIRAL   2

Uses the min. separation: most coiling

Definition at line 40 of file room_gen_spiral.c.

#define FIT_SPIRAL   4

Scale to a rectangular region, not square

Definition at line 42 of file room_gen_spiral.c.

#define MAX_SPIRAL_OPT   8

This should be 2x the last real option

Definition at line 44 of file room_gen_spiral.c.

#define RANDOM_OPTIONS   0

Pick random options below

Definition at line 36 of file room_gen_spiral.c.

#define REGULAR_SPIRAL   1

Regular spiral--distance increases constantly

Definition at line 38 of file room_gen_spiral.c.