This commit is contained in:
AnonymousRandomPerson 2024-11-20 18:43:54 -05:00
parent fd22062489
commit ab308c9547

View File

@ -2,7 +2,7 @@
#define GUARD_CONSTANTS_DIRECTION_H
#define DIRECTION_MASK 7
#define DIRECTION_MASK_CARDINAL 6 // Only South, Easy, North and West
#define DIRECTION_MASK_CARDINAL 6 // Only South, East, North and West
enum Direction
{