mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-13 03:25:43 -05:00
Fix typo
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user