mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 16:29:17 +02:00
omfg
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ uint8_t init_lua(RDSEncoder* _enc) {
|
|||||||
lua_setfield(L, -2, "ps_transmission");
|
lua_setfield(L, -2, "ps_transmission");
|
||||||
lua_pushvalue(L, -1);
|
lua_pushvalue(L, -1);
|
||||||
hooks_ref = luaL_ref(globalL, LUA_REGISTRYINDEX);
|
hooks_ref = luaL_ref(globalL, LUA_REGISTRYINDEX);
|
||||||
lua_getglobal(L, "hooks")
|
lua_getglobal(L, "hooks");
|
||||||
|
|
||||||
lua_newtable(globalL);
|
lua_newtable(globalL);
|
||||||
lua_setglobal(globalL, "ext");
|
lua_setglobal(globalL, "ext");
|
||||||
|
|||||||
Reference in New Issue
Block a user