mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Remove WRF_ALLUSER.
This commit is contained in:
parent
4931c90839
commit
afbf88cc63
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ const int WRF_USER1 = 128;
|
|||
const int WRF_USER2 = 256;
|
||||
const int WRF_USER3 = 512;
|
||||
const int WRF_USER4 = 1024;
|
||||
const int WRF_ALLUSER = WRF_USER1 | WRF_USER2 | WRF_USER3 | WRF_USER4;
|
||||
|
||||
// Morph constants
|
||||
const int MRF_ADDSTAMINA = 1;
|
||||
|
|
Loading…
Reference in a new issue