diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-05-27 07:51:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 07:51:44 -0400 |
commit | 1648d6c66be94705fb2ea935aef8eef37a690ea9 (patch) | |
tree | 8c75fc8b7e61dbb4fc6a0f0e28ce4e24b2467401 /include | |
parent | 94b68c54e8fce5ca49c5a87e99140f533711dd1d (diff) | |
parent | f5c694c5b444c07d6bb44d73612b1c7e0bb6dae8 (diff) |
Merge pull request #339 from ghoulslash/fixes
fix PLAYER_AVATAR_FLAG_WATERING
Diffstat (limited to 'include')
-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 fceec9daf..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_WATERING (1 << PLAYER_AVATAR_STATE_WATERING) +#define PLAYER_AVATAR_FLAG_DASH (1 << PLAYER_AVATAR_STATE_WATERING) enum { |