diff options
Diffstat (limited to 'src/map/script.c')
-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 c9dfb3cd8..d603995d7 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -8155,7 +8155,6 @@ int soundeffect_sub(struct block_list* bl,va_list ap) int buildin_soundeffectall(struct script_state *st)
{
// [Lance] - Improved.
- struct map_session_data *sd=NULL;
char *name, *map = NULL;
struct block_list *bl;
int type, coverage, x0, y0, x1, y1;
|