Skip to content

Commit

Permalink
- fixed EBlastFlags enum definition
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 21, 2021
1 parent 65d9d83 commit 411b497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/constants.zs
Expand Up @@ -285,7 +285,7 @@ enum EBlastFlags
BF_DONTWARN = 2,
BF_AFFECTBOSSES = 4,
BF_NOIMPACTDAMAGE = 8,
BF_ONLYVISIBLETHINGS = 16;
BF_ONLYVISIBLETHINGS = 16,
};

// Flags for A_SeekerMissile
Expand Down

0 comments on commit 411b497

Please sign in to comment.