Skip to content

Commit

Permalink
Fix wrong comp fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Oct 20, 2021
1 parent 7702554 commit ee84aef
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 @@ -413,7 +413,7 @@ const byte *dsda_ReadOptions21(const byte *demo_p) {

// comp_reservedlineflag
if (count < 25)
comp[mbf21_comp_translation[24]] = 1;
comp[mbf21_comp_translation[24]] = 0;

G_Compatibility();

Expand Down

0 comments on commit ee84aef

Please sign in to comment.