Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
- Commented out code that broke Original-ish choice for Doom1.
Browse files Browse the repository at this point in the history
  • Loading branch information
GTD-Carthage committed May 11, 2019
1 parent e6221ae commit ae30d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/level.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ function Level_choose_themes()

local function decide_mixins(EPI, main_theme, mixins)
if not theme_tab[main_theme] then
error("Broken code handling mostly_xxx themes")
--error("Broken code handling mostly_xxx themes")
end

local new_tab = table.copy(theme_tab)
Expand Down

0 comments on commit ae30d0c

Please sign in to comment.