diff options
author | garak <garakmon@gmail.com> | 2019-12-17 21:09:15 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-12-17 21:35:09 -0500 |
commit | 8ee35bc615de6a00a3938f8d9eef88c7e900a203 (patch) | |
tree | 62b5362866f2240e4443b52635d2aaa721e81bb0 /src/easy_chat.c | |
parent | fabe354c015e0d587353093debafff6f44d6ab07 (diff) |
*actual* final pass at unifying on object event
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index be617133b..1d2873fc2 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -25,7 +25,7 @@ #include "text_window.h" #include "window.h" #include "constants/easy_chat.h" -#include "constants/map_objects.h" +#include "constants/object_events.h" #include "constants/flags.h" #include "constants/songs.h" #include "constants/species.h" |