Skip to content

Commit

Permalink
Consistent style.
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorCooke authored and Rachael Alexanderson committed Dec 16, 2017
1 parent 0d841ab commit ceffe1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/p_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};


Expand Down
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/constants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceffe1b

Please sign in to comment.