duplicate REVERSE_DIR

This commit is contained in:
Putnam
2020-07-09 01:38:17 -07:00
parent 2a04ab19fd
commit aefdf9eef7
-2
View File
@@ -9,8 +9,6 @@
#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) )
/// world.icon_size
#define PIXELS 32