Skip to content

Commit

Permalink
check for test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwa committed Jun 24, 2024
1 parent 2fdd40c commit a71d020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/bspfile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ struct gamedef_q2_t : public gamedef_t
if (native & Q2_CONTENTS_MONSTERCLIP) result |= EWT_INVISCONTENTS_MONSTERCLIP;
if (native & Q2_CONTENTS_PROJECTILECLIP) result |= EWT_INVISCONTENTS_PROJECTILECLIP;
if (native & Q2_CONTENTS_ORIGIN) result |= EWT_INVISCONTENTS_ORIGIN;
if (native & Q2_CONTENTS_NO_WATERJUMP) result |= EWT_INVISCONTENTS_NO_WATERJUMP;
//if (native & Q2_CONTENTS_NO_WATERJUMP) result |= EWT_INVISCONTENTS_NO_WATERJUMP;

// contents flags
if (native & Q2_CONTENTS_CURRENT_0) result |= EWT_CFLAG_CURRENT_0;
Expand Down

0 comments on commit a71d020

Please sign in to comment.