From 3a688991a3acd31972cdaabfe2598bea37b46410 Mon Sep 17 00:00:00 2001 From: dashodanger Date: Wed, 21 Aug 2024 21:16:33 -0600 Subject: [PATCH] Fix Resource Pack sink table merging for Doom 1 --- modules/zdoom_armaetus_epic_textures.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/zdoom_armaetus_epic_textures.lua b/modules/zdoom_armaetus_epic_textures.lua index 81e48c68e..4284f752a 100644 --- a/modules/zdoom_armaetus_epic_textures.lua +++ b/modules/zdoom_armaetus_epic_textures.lua @@ -1091,9 +1091,7 @@ function OBS_RESOURCE_PACK_EPIC_TEXTURES.put_new_materials() OBS_RESOURCE_PACK_DOOM1_FLESH_NATURALS) -- SINKS - OBS_RESOURCE_PACK_EPIC_TEXTURES.table_insert( - GAME.SINKS, - OBS_RESOURCE_PACK_DOOM1_SINK_DEFS) + GAME.SINKS = table.deep_merge(GAME.SINKS, OBS_RESOURCE_PACK_DOOM1_SINK_DEFS, 2) -- inserts for hallways GAME.THEMES.tech.wide_halls = OBS_RESOURCE_PACK_TECH_WIDE_HALLS