Skip to content

Commit

Permalink
Fix Resource Pack sink table merging for Doom 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Aug 22, 2024
1 parent 71df6e1 commit 3a68899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/zdoom_armaetus_epic_textures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a68899

Please sign in to comment.