Skip to content

Commit

Permalink
Allow episode to autocomplete in DOOM II
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Oct 28, 2024
1 parent 2535b55 commit b48bc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c_autocomplete.c
Original file line number Diff line number Diff line change
Expand Up @@ -5452,7 +5452,7 @@ autocomplete_t autocompletelist[] =
{ "english ", DOOM1AND2 },
{ "english american", DOOM1AND2 },
{ "english british", DOOM1AND2 },
{ "episode ", DOOM1ONLY },
{ "episode ", DOOM1AND2 },
{ "exec ", DOOM1AND2 },
{ "exitmap", DOOM1AND2 },
{ "expansion ", DOOM2ONLY },
Expand Down

0 comments on commit b48bc16

Please sign in to comment.