mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- uncommendted constants.txt after finishing work on the constants creation code.
This commit is contained in:
parent
efcd5a8683
commit
6bad4809c1
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
/*
|
|
||||||
// Flags for A_PainAttack
|
// Flags for A_PainAttack
|
||||||
enum EPainAttackFlags
|
enum EPainAttackFlags
|
||||||
{
|
{
|
||||||
|
@ -806,4 +805,3 @@ enum ERenderStyles
|
||||||
STYLE_AddStencil,
|
STYLE_AddStencil,
|
||||||
STYLE_AddShaded,
|
STYLE_AddShaded,
|
||||||
};
|
};
|
||||||
*/
|
|
Loading…
Reference in a new issue