Skip to content

Commit

Permalink
Remove old dev episode defs from NewGame Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Oct 22, 2023
1 parent 0d4ebd2 commit 59338e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/assets/zscript/menu/newgame.zs
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,6 @@ class ZFGameOptions ui {
listEpisodes.items.push(gameinfo.episodes[i].name);
}
}
if (LemonUtil.CVAR_GetBool("hxdd_isdev_environment", false)) {
listEpisodes.items.push("Heretic: Modder Test Map");
listEpisodes.items.push("Hexen: Modder Test Map");
}
DropDownCombo ddl_Episodes = new ("DropDownCombo");
ddl_Episodes.Create(optionArea, (0, 25), (optionArea.GetWidth() - 32, 50), Stringtable.Localize("$MNU_HEADER_EPISODE"), listEpisodes, parent.selectedEpisode, "episode", cmdHandler);

Expand Down

0 comments on commit 59338e0

Please sign in to comment.