Fixes multi-z proper

This commit is contained in:
Putnam
2020-05-12 19:13:39 -07:00
parent 74563b09ac
commit 0b2b34e867
3 changed files with 6 additions and 16 deletions
+3
View File
@@ -9,6 +9,9 @@
#define TEXT_EAST "[EAST]"
#define TEXT_WEST "[WEST]"
/// Inverse direction, taking into account UP|DOWN if necessary.
#define REVERSE_DIR(dir) ( ((dir & 85) << 1) | ((dir & 170) >> 1) )
//These get to go at the top, because they're special
//You can use these defines to get the typepath of the currently running proc/verb (yes procs + verbs are objects)
/* eg: