From a628cbdd13d4583efa175137c7b8709a7af155dc Mon Sep 17 00:00:00 2001 From: helixhorned Date: Thu, 25 Apr 2013 21:10:22 +0000 Subject: [PATCH] Lunatic (map-int VX) build: implement loading lotag = from->lotag; to->hitag = from->hitag; to->extra = from->extra; +#ifdef NEW_MAP_FORMAT + to->ceilingbunch = to->floorbunch = -1; +#endif } static void convertv6wallv7(struct walltypev6 *from, walltype *to) @@ -225,6 +228,9 @@ static void convertv6wallv7(struct walltypev6 *from, walltype *to) to->lotag = from->lotag; to->hitag = from->hitag; to->extra = from->extra; +#ifdef NEW_MAP_FORMAT + to->upwall = to->dnwall = -1; +#endif } static void convertv6sprv7(struct spritetypev6 *from, spritetype *to)