duplicate REVERSE_DIR
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user