summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-02 11:59:23 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-02 11:59:23 -0600
commitbda69f398560a99fbaef0cb885a25323ca3b51cd (patch)
tree06d9e9857b93661a41887519241c5ebb9bcf4b39 /src
parent0f5b0005676cd3db623eb557f86cf92b1e020827 (diff)
don't build easy_chat_before.c in German for now
Diffstat (limited to 'src')
-rw-r--r--src/easy_chat_before.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/easy_chat_before.c b/src/easy_chat_before.c
index 7af22df53..469583779 100644
--- a/src/easy_chat_before.c
+++ b/src/easy_chat_before.c
@@ -1,3 +1,6 @@
+// TODO: Integrate German code into this
+#if ENGLISH
+
#include "global.h"
#include "constants/easy_chat.h"
#include "constants/species.h"
@@ -682,3 +685,5 @@ void sub_80E6AC4(void)
sub_80E91D4(0);
sub_80E682C(sub_80E6AE4);
}
+
+#endif