aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zexy.c')
-rw-r--r--src/zexy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/zexy.c b/src/zexy.c
index 99051e8..c5250a6 100644
--- a/src/zexy.c
+++ b/src/zexy.c
@@ -204,7 +204,7 @@ void z_wrap_setup();
...
*/
-
+void z_array_setup();
void zexy_setup(void)
{
@@ -269,6 +269,8 @@ void zexy_setup(void)
z_lp_setup();
#endif
+ z_array_setup();
+
/* ************************************** */
startpost("\n\t");
for (i=0; i<28; i++) startpost("%c", HEARTSYMBOL);