From e95b54e64f2cbb13b79ac46b13b8e104f17f5517 Mon Sep 17 00:00:00 2001
From: Monster Iestyn <iestynjealous@ntlworld.com>
Date: Sun, 21 Oct 2018 20:35:14 +0100
Subject: [PATCH] missed this ESLOPE-needed area from a few commits ago
 apparently :V

---
 src/lua_maplib.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lua_maplib.c b/src/lua_maplib.c
index 2ccb3b5f7..b59c3c178 100644
--- a/src/lua_maplib.c
+++ b/src/lua_maplib.c
@@ -16,7 +16,9 @@
 #include "p_local.h"
 #include "p_setup.h"
 #include "z_zone.h"
+#ifdef ESLOPE
 #include "p_slopes.h"
+#endif
 #include "r_main.h"
 
 #include "lua_script.h"
-- 
GitLab