From 0c7e4a05aa1e781394c3fbfe7603b2f3c7e21659 Mon Sep 17 00:00:00 2001 From: mazmazz Date: Sat, 18 Aug 2018 09:33:37 -0400 Subject: [PATCH] HAVE_LUA_MUSICPLUS for testing --- src/lua_script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_script.h b/src/lua_script.h index ce95ae6f0..c750ce7dd 100644 --- a/src/lua_script.h +++ b/src/lua_script.h @@ -98,6 +98,6 @@ void COM_Lua_f(void); // #define HAVE_LUA_SEGS // uncomment for extended music features -// #define HAVE_LUA_MUSICPLUS +#define HAVE_LUA_MUSICPLUS #endif