From 49daeaace53d880358f95904a8577a61e220ebce Mon Sep 17 00:00:00 2001 From: tigercat2000 Date: Thu, 5 Apr 2018 15:38:18 -0700 Subject: [PATCH] Fix compile --- code/__HELPERS/text.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm index 444836a0eb8..958fe72a6f7 100644 --- a/code/__HELPERS/text.dm +++ b/code/__HELPERS/text.dm @@ -546,4 +546,6 @@ proc/checkhtml(var/t) text = replacetext(text, "", "\[row\]") text = replacetext(text, "", "\[cell\]") text = replacetext(text, "", "\[logo\]") - return text \ No newline at end of file + return text + +#define string2charlist(string) (splittext(string, regex("(\\x0A|.)")) - splittext(string, "")) \ No newline at end of file