some updates

This commit is contained in:
2025-12-24 10:43:37 +01:00
parent ff1e5728c3
commit aed57a1e45
5 changed files with 38 additions and 45 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ void init_lua(RDSModulator* rds_mod) {
lua_setglobal(L, "core_version");
lua_pushinteger(L, PROGRAMS);
lua_setglobal(L, "max_programs");
lua_pushinteger(L, 4);
lua_pushinteger(L, EONs);
lua_setglobal(L, "eon_count");
lua_register(L, "set_rds_program_defaults", lua_set_rds_program_defaults);