aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/tic-80/files/patch-src_api_moonscript.c
blob: 15f0f1abbb37cc38b75ff6b556c9da4245b43896 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/api/moonscript.c.orig	2023-05-22 10:36:00 UTC
+++ src/api/moonscript.c
@@ -86,9 +86,6 @@ static bool initMoonscript(tic_mem* tic, const char* c
     lua_State* lua = core->currentVM = luaL_newstate();
     lua_open_builtins(lua);
 
-    luaopen_lpeg(lua);
-    setloaded(lua, "lpeg");
-
     initLuaAPI(core);
 
     {