diff options
author | Evan <eroelke@gmail.com> | 2020-05-05 11:07:56 -0600 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2020-05-05 11:07:56 -0600 |
commit | f5c694c5b444c07d6bb44d73612b1c7e0bb6dae8 (patch) | |
tree | d2f8808548a3fc4346bf2409542c2d8c0d502ba8 /include/global.fieldmap.h | |
parent | 5a5e68269d3fbf6eb314b8c947a156faa80a1eb2 (diff) |
alignment fix
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 2db346980..e681f069a 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -304,7 +304,7 @@ enum { #define PLAYER_AVATAR_FLAG_UNDERWATER (1 << PLAYER_AVATAR_STATE_UNDERWATER) #define PLAYER_AVATAR_FLAG_FIELD_MOVE (1 << PLAYER_AVATAR_STATE_FIELD_MOVE) #define PLAYER_AVATAR_FLAG_FISHING (1 << PLAYER_AVATAR_STATE_FISHING) -#define PLAYER_AVATAR_FLAG_DASH (1 << PLAYER_AVATAR_STATE_WATERING) +#define PLAYER_AVATAR_FLAG_DASH (1 << PLAYER_AVATAR_STATE_WATERING) enum { |