Home
last modified time | relevance | path

Searched refs:thicksides (Results 1 – 6 of 6) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_defs.h834 struct ffloor_s* thicksides[MAXFFLOORS]; member
H A Dr_segs.c2465 ds_p->thicksides[i] = NULL; in R_StoreWallRange()
2763 ds_p->thicksides[i] = bff; // backsector 3d floor outer side in R_StoreWallRange()
2818 ds_p->thicksides[i] = fff; // frontsector 3d floor inner side in R_StoreWallRange()
2835 ds_p->thicksides[i] = bff; // backsector 3d floor outer side in R_StoreWallRange()
2857 ds_p->thicksides[i] = fff; // frontsector 3d floor inner side in R_StoreWallRange()
H A Dr_things.c2062 entry->ffloor = ds->thicksides[i]; in R_Create_DrawNodes()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_defs.h628 struct ffloor_s *thicksides[MAXFFLOORS]; member
H A Dr_segs.c1724 ds_p->thicksides[i] = NULL; in R_StoreWallRange()
2113 ds_p->thicksides[i] = rover; in R_StoreWallRange()
2171 ds_p->thicksides[i] = rover; in R_StoreWallRange()
2193 ds_p->thicksides[i] = rover; in R_StoreWallRange()
2220 ds_p->thicksides[i] = rover; in R_StoreWallRange()
H A Dr_things.c2455 entry->ffloor = ds->thicksides[i];