|
Crossfire Server
1.75.0
|
Macros | |
| #define | FINE_SPIRAL 2 |
| uses the min. More... | |
| #define | FIT_SPIRAL 4 |
| scale to a rectangular region, not square More... | |
| #define | MAX_SPIRAL_OPT 8 |
| this should be 2x the last real option More... | |
| #define | RANDOM_OPTIONS 0 |
| Pick random options below. More... | |
| #define | REGULAR_SPIRAL 1 |
| Regular spiral–distance increases constantly. More... | |
| #define FINE_SPIRAL 2 |
uses the min.
separation: most coiling
Definition at line 33 of file room_gen_spiral.cpp.
Referenced by map_gen_spiral().
| #define FIT_SPIRAL 4 |
scale to a rectangular region, not square
Definition at line 34 of file room_gen_spiral.cpp.
Referenced by map_gen_spiral().
| #define MAX_SPIRAL_OPT 8 |
this should be 2x the last real option
Definition at line 35 of file room_gen_spiral.cpp.
Referenced by map_gen_spiral().
| #define RANDOM_OPTIONS 0 |
Pick random options below.
Definition at line 31 of file room_gen_spiral.cpp.
| #define REGULAR_SPIRAL 1 |
Regular spiral–distance increases constantly.
Definition at line 32 of file room_gen_spiral.cpp.
Referenced by map_gen_spiral().