- fixed EBlastFlags enum definition

This commit is contained in:
alexey.lysiuk 2021-07-21 15:44:07 +03:00 committed by GitHub
parent 65d9d83ddd
commit 411b4976c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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