diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 507c36b1c..9a97d7446 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2737,7 +2737,7 @@ static int map_loadafm (struct map_data *m, char *fn) xs = m->xs = afm_size[0]; ys = m->ys = afm_size[1]; m->water_height = map_waterheight(m->name); - + // check this, unsigned where it might not need to be m->gat = (unsigned char*)aCallocA(xs * ys, 1); for (y = 0; y < ys; y++) { |