--- deliantra/server/include/map.h 2006/08/31 09:19:34 1.16 +++ deliantra/server/include/map.h 2006/09/03 00:18:41 1.17 @@ -279,7 +279,7 @@ * (or even through the macros), but doing so will completely * break map tiling. */ -struct mapstruct : attachable { +struct mapstruct : zero_initialised, attachable { struct mapstruct *next; /* Next map, linked list */ char *tmpname; /* Name of temporary file */ char *name; /* Name of map as given by its creator */