mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-30 16:01:49 +00:00
- fixed EBlastFlags enum definition
This commit is contained in:
parent
65d9d83ddd
commit
411b4976c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue