Skip to content

Commit

Permalink
Correct digit separator in standard file and example file
Browse files Browse the repository at this point in the history
  • Loading branch information
positively-charged committed Feb 7, 2017
1 parent 4da7e63 commit 8d4376a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
94 changes: 47 additions & 47 deletions lib/zcommon.bcs
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@ enum {
BT_FORWARD = 0x2000,
BT_RIGHT = 0x4000,
BT_LEFT = 0x8000,
BT_LOOKUP = 0x1_0000,
BT_LOOKDOWN = 0x2_0000,
BT_MOVEUP = 0x4_0000,
BT_MOVEDOWN = 0x8_0000,
BT_SHOWSCORES = 0x10_0000,
BT_USER1 = 0x20_0000,
BT_USER2 = 0x40_0000,
BT_USER3 = 0x80_0000,
BT_USER4 = 0x100_0000
BT_LOOKUP = 0x1'0000,
BT_LOOKDOWN = 0x2'0000,
BT_MOVEUP = 0x4'0000,
BT_MOVEDOWN = 0x8'0000,
BT_SHOWSCORES = 0x10'0000,
BT_USER1 = 0x20'0000,
BT_USER2 = 0x40'0000,
BT_USER3 = 0x80'0000,
BT_USER4 = 0x100'0000
};

enum {
Expand Down Expand Up @@ -218,11 +218,11 @@ enum {
};

enum {
HUDMSG_LOG = 0x8000_0000,
HUDMSG_COLORSTRING = 0x4000_0000,
HUDMSG_ADDBLEND = 0x2000_0000,
HUDMSG_ALPHA = 0x1000_0000,
HUDMSG_NOWRAP = 0x800_0000
HUDMSG_LOG = 0x8000'0000,
HUDMSG_COLORSTRING = 0x4000'0000,
HUDMSG_ADDBLEND = 0x2000'0000,
HUDMSG_ALPHA = 0x1000'0000,
HUDMSG_NOWRAP = 0x800'0000
};

enum {
Expand All @@ -232,9 +232,9 @@ enum {
};

enum {
HUDMSG_NOTWITH3DVIEW = 0x1_0000,
HUDMSG_NOTWITHFULLMAP = 0x2_0000,
HUDMSG_NOTWITHOVERLAYMAP = 0x4_0000
HUDMSG_NOTWITH3DVIEW = 0x1'0000,
HUDMSG_NOTWITHFULLMAP = 0x2'0000,
HUDMSG_NOTWITHOVERLAYMAP = 0x4'0000
};

enum {
Expand Down Expand Up @@ -1020,7 +1020,7 @@ enum {
PICKAF_RETURNTID = 0x2
};

enum { TRANSLATION_ICE = 0x10_0007 };
enum { TRANSLATION_ICE = 0x10'0007 };

enum {
MF_SPECIAL = 0x1,
Expand All @@ -1039,23 +1039,23 @@ enum {
MF_INCHASE = 0x2000,
MF_FLOAT = 0x4000,
MF_TELEPORT = 0x8000,
MF_MISSILE = 0x1_0000,
MF_DROPPED = 0x2_0000,
MF_SHADOW = 0x4_0000,
MF_NOBLOOD = 0x8_0000,
MF_CORPSE = 0x10_0000,
MF_INFLOAT = 0x20_0000,
MF_INBOUNCE = 0x20_0000,
MF_COUNTKILL = 0x40_0000,
MF_COUNTITEM = 0x80_0000,
MF_SKULLFLY = 0x100_0000,
MF_NOTDMATCH = 0x200_0000,
MF_SPAWNSOUNDSOURCE = 0x400_0000,
MF_FRIENDLY = 0x800_0000,
MF_UNMORPHED = 0x1000_0000,
MF_NOLIFTDROP = 0x2000_0000,
MF_STEALTH = 0x4000_0000,
MF_ICECORPSE = 0x8000_0000
MF_MISSILE = 0x1'0000,
MF_DROPPED = 0x2'0000,
MF_SHADOW = 0x4'0000,
MF_NOBLOOD = 0x8'0000,
MF_CORPSE = 0x10'0000,
MF_INFLOAT = 0x20'0000,
MF_INBOUNCE = 0x20'0000,
MF_COUNTKILL = 0x40'0000,
MF_COUNTITEM = 0x80'0000,
MF_SKULLFLY = 0x100'0000,
MF_NOTDMATCH = 0x200'0000,
MF_SPAWNSOUNDSOURCE = 0x400'0000,
MF_FRIENDLY = 0x800'0000,
MF_UNMORPHED = 0x1000'0000,
MF_NOLIFTDROP = 0x2000'0000,
MF_STEALTH = 0x4000'0000,
MF_ICECORPSE = 0x8000'0000
};

enum {
Expand All @@ -1073,18 +1073,18 @@ enum {
ML_MONSTERSCANACTIVATE = 0x2000,
ML_BLOCK_PLAYERS = 0x4000,
ML_BLOCKEVERYTHING = 0x8000,
ML_ZONEBOUNDARY = 0x1_0000,
ML_RAILING = 0x2_0000,
ML_BLOCK_FLOATERS = 0x4_0000,
ML_CLIP_MIDTEX = 0x8_0000,
ML_WRAP_MIDTEX = 0x10_0000,
ML_3DMIDTEX = 0x20_0000,
ML_CHECKSWITCHRANGE = 0x40_0000,
ML_FIRSTSIDEONLY = 0x80_0000,
ML_BLOCKPROJECTILE = 0x100_0000,
ML_BLOCKUSE = 0x200_0000,
ML_BLOCKSIGHT = 0x400_0000,
ML_BLOCKHITSCAN = 0x800_0000
ML_ZONEBOUNDARY = 0x1'0000,
ML_RAILING = 0x2'0000,
ML_BLOCK_FLOATERS = 0x4'0000,
ML_CLIP_MIDTEX = 0x8'0000,
ML_WRAP_MIDTEX = 0x10'0000,
ML_3DMIDTEX = 0x20'0000,
ML_CHECKSWITCHRANGE = 0x40'0000,
ML_FIRSTSIDEONLY = 0x80'0000,
ML_BLOCKPROJECTILE = 0x100'0000,
ML_BLOCKUSE = 0x200'0000,
ML_BLOCKSIGHT = 0x400'0000,
ML_BLOCKHITSCAN = 0x800'0000
};

enum {
Expand Down
2 changes: 1 addition & 1 deletion test/bigint.bcs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ strict namespace {

script "Main" open {
str a = StrParam( d: INT_MAX );
str b = StrParam( d: INT_MAX - 1000_000_000 );
str b = StrParam( d: INT_MAX - 1000'000'000 );
Print( i: BigInt.Lt( a, b ) );
Print( s: BigInt.Add( a, b ) );
Print( s: BigInt.Sub( a, b ) );
Expand Down

0 comments on commit 8d4376a

Please sign in to comment.