Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Add complevel hints for Default compatibility level #488

Merged
merged 6 commits into from
Apr 4, 2022
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions prboom2/src/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3300,25 +3300,25 @@ static const char *gen_skillstrings[] = {

static const char *gen_compstrings[] =
{
"Default",
"Doom v1.2",
"Doom v1.666",
"Doom/2 v1.9",
"Ultimate Doom",
"Final Doom",
"DosDoom",
"TASDoom",
"Boom's vanilla",
"Boom v2.01",
"Boom",
"LxDoom",
"MBF",
"PrBoom 2.03b",
"PrBoom 2.1.x",
"PrBoom 2.2.x",
"PrBoom 2.3.x",
"PrBoom 2.4.0",
"Latest PrBoom+",
"17/Default",
"0/Doom v1.2",
"1/Doom v1.666",
"2/Doom (2) v1.9",
"3/Ultimate v1.9",
"4/Final Doom",
"5/DosDoom",
"6/TASDoom",
"7/Boom vanilla",
"8/Boom v2.01",
"9/Boom",
"10/LxDoom",
"11/MBF",
"12/PrB 2.03b",
facespkz marked this conversation as resolved.
Show resolved Hide resolved
"13/PrBoom 2.1.x",
"14/PrBoom 2.2.x",
"15/PrBoom 2.3.x",
"16/PrBoom 2.4.0",
"17/PrB+ Latest",
NULL
};

Expand Down