diff options
-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 |