summaryrefslogtreecommitdiff
path: root/src/map/instance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/instance.c')
-rw-r--r--src/map/instance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/instance.c b/src/map/instance.c
index d15b80a8a..52d0dfeef 100644
--- a/src/map/instance.c
+++ b/src/map/instance.c
@@ -140,7 +140,7 @@ int instance_add_map(const char *name, int instance_id, bool usebasename)
map[im].name[0] = '\0';
ShowError("instance_add_map: no more free map indexes.\n");
return -3; // No free map index
- }
+ }
// Reallocate cells
num_cell = map[im].xs * map[im].ys;