Skip to content

Commit

Permalink
Make comp_ledgeblock configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Apr 8, 2021
1 parent a86d862 commit ee33cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prboom2/src/dsda/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static dsda_option_t option_list[] = {
{ "comp_ouchface", &mbf_options.comp_ouchface, 0, 1 },
{ "comp_maxhealth", &mbf_options.comp_maxhealth, 0, 1 },
{ "comp_translucency", &mbf_options.comp_translucency, 0, 1 },
// { "comp_29", &mbf_options.comp_29, 0, 1 },
{ "comp_ledgeblock", &mbf_options.comp_ledgeblock, 0, 1 },
// { "comp_30", &mbf_options.comp_30, 0, 1 },
// { "comp_31", &mbf_options.comp_31, 0, 1 },
// { "comp_32", &mbf_options.comp_32, 0, 1 },
Expand Down

0 comments on commit ee33cad

Please sign in to comment.