From 97e99cabe32457b9df261ea64fa835c2f8850d2e Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sun, 6 Feb 2011 01:02:57 +0000 Subject: * Fixed closing 'switch' curly not causing script EOL processing to trigger, leading to the script line after the switch being handled as belonging to the curly-less statement block (bugreport:3273, since r3422). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14694 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/script.c b/src/map/script.c index 5c87336c3..9d36802a2 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -1253,7 +1253,9 @@ const char* parse_curly_close(const char* p) set_label(l,script_pos, p); linkdb_final(&syntax.curly[pos].case_label); // free the list of case label syntax.curly_count--; - return p+1; + // if, for , while ‚̕‚¶”»’è + p = parse_syntax_close(p + 1); + return p; } else { disp_error_message("parse_curly_close: unexpected string",p); return p + 1; -- cgit v1.2.3-60-g2f50