mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 15:36:47 +01:00
1345beac4b
Added the z-level manager system from TG, mostly
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
|