diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-14 19:58:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 19:58:38 -0400 |
commit | 3c356a1d7af543d84c06f28f670b6ddc4b27fdd6 (patch) | |
tree | eb8f0ae6435b7fe9515928f6fedba5c872aa5827 /src/easy_chat.c | |
parent | 6f3c7925775bedb2195c9be03ab38a3fcee23836 (diff) | |
parent | beeb673ba16e02cacadb2de0ee3608d2106ed14a (diff) |
Merge pull request #1082 from GriffinRichards/add-flagvarsave
Allow flag/var counts to be updated alongside values
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index 2a4c49213..44a7b90c1 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -29,7 +29,6 @@ #include "window.h" #include "constants/easy_chat.h" #include "constants/event_objects.h" -#include "constants/flags.h" #include "constants/lilycove_lady.h" #include "constants/mauville_old_man.h" #include "constants/songs.h" |