diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c index eae396d4a..a68d92ffc 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -592,6 +592,7 @@ const char* skip_space(const char* p) p += 2; break; } + ++p; } } else |