From 60cce1f206148356c9efe7553135c33dbf1eb605 Mon Sep 17 00:00:00 2001 From: terminx Date: Sun, 24 Aug 2008 00:22:36 +0000 Subject: [PATCH] This breaks members with LABEL_HASPARM2 on them so it's reverted git-svn-id: https://svn.eduke32.com/eduke32@1011 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/gamedef.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index b226c7a35..44dd5ad15 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -495,7 +495,7 @@ const memberlabel_t sectorlabels[]= { "floorxpanning", SECTOR_FLOORXPANNING, 0, 0 }, { "floorypanning", SECTOR_FLOORYPANNING, 0, 0 }, { "visibility", SECTOR_VISIBILITY, 0, 0 }, - { "filler", SECTOR_ALIGNTO, 0, 0 }, +// { "filler", SECTOR_ALIGNTO, 0, 0 }, { "alignto", SECTOR_ALIGNTO, 0, 0 }, // aka filler, not used { "lotag", SECTOR_LOTAG, 0, 0 }, { "hitag", SECTOR_HITAG, 0, 0 }, @@ -535,7 +535,7 @@ const memberlabel_t actorlabels[]= { "shade", ACTOR_SHADE, 0, 0 }, { "pal", ACTOR_PAL, 0, 0 }, { "clipdist", ACTOR_CLIPDIST, 0, 0 }, - { "filler", ACTOR_DETAIL, 0, 0 }, +// { "filler", ACTOR_DETAIL, 0, 0 }, { "detail", ACTOR_DETAIL, 0, 0 }, // aka filler, not used { "xrepeat", ACTOR_XREPEAT, 0, 0 }, { "yrepeat", ACTOR_YREPEAT, 0, 0 }, @@ -601,7 +601,7 @@ const memberlabel_t tsprlabels[]= { "tsprshade", ACTOR_SHADE, 0, 0 }, { "tsprpal", ACTOR_PAL, 0, 0 }, { "tsprclipdist", ACTOR_CLIPDIST, 0, 0 }, - { "tsprfiller", ACTOR_DETAIL, 0, 0 }, +// { "tsprfiller", ACTOR_DETAIL, 0, 0 }, { "tsprdetail", ACTOR_DETAIL, 0, 0 }, // aka filler, not used { "tsprxrepeat", ACTOR_XREPEAT, 0, 0 }, { "tspryrepeat", ACTOR_YREPEAT, 0, 0 },