mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-28 10:12:01 +00:00
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
// Defines for SSmapping's multiz_levels
|
|
/// TRUE if we're ok with going up
|
|
#define Z_LEVEL_UP 1
|
|
/// TRUE if we're ok with going down
|
|
#define Z_LEVEL_DOWN 2
|
|
#define LARGEST_Z_LEVEL_INDEX Z_LEVEL_DOWN
|