From ceffe1ba5fde70e4a36d70504bf7078b65e6b628 Mon Sep 17 00:00:00 2001 From: Major Cooke Date: Tue, 7 Nov 2017 10:50:21 -0600 Subject: [PATCH] Consistent style. --- src/p_local.h | 2 +- wadsrc/static/zscript/constants.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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