diff options
author | gumi <git@gumi.ca> | 2018-06-15 11:38:21 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-06-15 11:38:21 -0400 |
commit | c125e9eda79a7c951a9be184f4e8a4ad62169466 (patch) | |
tree | 4f518df6546bcba405315ca447a43783fe012345 /src/map | |
parent | fb16806ce0588414c5b808df535b72ef9e7ff6ba (diff) | |
download | hercules-c125e9eda79a7c951a9be184f4e8a4ad62169466.tar.gz hercules-c125e9eda79a7c951a9be184f4e8a4ad62169466.tar.bz2 hercules-c125e9eda79a7c951a9be184f4e8a4ad62169466.tar.xz hercules-c125e9eda79a7c951a9be184f4e8a4ad62169466.zip |
fix whitespaces in script.c
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c index d9350081a..00fc4ed92 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -18157,7 +18157,7 @@ BUILDIN(setpcblock) if ((type & PCBLOCK_IMMUNE) != 0) sd->block_action.immune = state; - if ((type & PCBLOCK_SITSTAND) != 0) + if ((type & PCBLOCK_SITSTAND) != 0) sd->block_action.sitstand = state; if ((type & PCBLOCK_COMMANDS) != 0) @@ -25263,7 +25263,7 @@ void script_hardcoded_constants(void) script->set_constant("MST_AROUND3", MST_AROUND3, false, false); script->set_constant("MST_AROUND4", MST_AROUND4, false, false); script->set_constant("MST_AROUND", MST_AROUND , false, false); - + script->constdb_comment("pc block constants, use with *setpcblock* and *checkpcblock*"); script->set_constant("PCBLOCK_NONE", PCBLOCK_NONE, false, false); script->set_constant("PCBLOCK_MOVE", PCBLOCK_MOVE, false, false); |