diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 19:33:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 19:33:27 +0300 |
commit | f8f9376c7f0012bad91ba8066e8e2db8463b8da8 (patch) | |
tree | a93c278f9ee48000a21bb4cae724d8e7866a42ad | |
parent | 113ef842601aaee10d2b3792407d55702ab5ab35 (diff) | |
download | hercules-f8f9376c7f0012bad91ba8066e8e2db8463b8da8.tar.gz hercules-f8f9376c7f0012bad91ba8066e8e2db8463b8da8.tar.bz2 hercules-f8f9376c7f0012bad91ba8066e8e2db8463b8da8.tar.xz hercules-f8f9376c7f0012bad91ba8066e8e2db8463b8da8.zip |
Remove wrong check from script.cs20160712
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 8ed422f92..655f55063 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -943,7 +943,6 @@ const char* parse_callfunc(const char* p, int require_paren, int is_custom) /// @param p Script position for error reporting in set_label void parse_nextline(bool first, const char* p) { - nullpo_retv(p); if( !first ) { script->addc(C_EOL); // mark end of line for stack cleanup |