diff options
Diffstat (limited to 'src')
-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 790c1515a..27d7e01d8 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2719,7 +2719,7 @@ int map_readfromcache(struct map_data *m, char *buffer, char *decode_buffer) p += sizeof(struct map_cache_map_info) + info->len; } - if( i < header->map_count ) { + if( info && i < header->map_count ) { unsigned long size, xy; if( info->xs <= 0 || info->ys <= 0 ) |