Skip to content

Commit

Permalink
Fix torched trees bobbing in liquid sectors
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Dec 4, 2024
1 parent e7dcb4a commit 191109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -4619,7 +4619,7 @@ mobjinfo_t original_mobjinfo[NUMMOBJTYPES] =
/* damage */ 0,
/* activesound */ sfx_none,
/* flags */ MF_SOLID,
/* flags2 */ (MF2_DECORATION | MF2_FOOTCLIP),
/* flags2 */ (MF2_NOLIQUIDBOB | MF2_DECORATION | MF2_FOOTCLIP),
/* raisestate */ S_NULL,
/* frames */ 0,
/* fullbright */ false,
Expand Down

0 comments on commit 191109f

Please sign in to comment.