diff --git a/src/p_local.h b/src/p_local.h index e4123cd51..2f12b6a5b 100644 --- a/src/p_local.h +++ b/src/p_local.h @@ -437,7 +437,7 @@ enum EDmgFlags DMG_FOILBUDDHA = 128, DMG_NO_PROTECT = 256, DMG_USEANGLE = 512, - DMG_NO_PAIN = 1 << 10, + DMG_NO_PAIN = 1024, }; diff --git a/wadsrc/static/zscript/constants.txt b/wadsrc/static/zscript/constants.txt index 5dd6b778b..dc4483253 100644 --- a/wadsrc/static/zscript/constants.txt +++ b/wadsrc/static/zscript/constants.txt @@ -913,7 +913,7 @@ enum EDmgFlags DMG_FOILBUDDHA = 128, DMG_NO_PROTECT = 256, DMG_USEANGLE = 512, - DMG_NO_PAIN = 1 << 10, + DMG_NO_PAIN = 1024, } enum EReplace