mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-26 22:40:33 +00:00
Fix typo
This commit is contained in:
parent
fd22062489
commit
ab308c9547
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user