diff --git a/src/p_setup.c b/src/p_setup.c index d8ad0f470..35345dc03 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -1195,7 +1195,6 @@ static void TextmapLine(UINT32 i, char *param) #ifdef ADVUDMF else if (fastcmp(param, "executordelay")) lines[i].executordelay = atol(M_GetToken(NULL)); - #endif // Flags else if (fastcmp(param, "blocking") && fastcmp("true", M_GetToken(NULL))) diff --git a/src/r_defs.h b/src/r_defs.h index 1bd8d7dcc..ee3d6ea17 100644 --- a/src/r_defs.h +++ b/src/r_defs.h @@ -371,7 +371,6 @@ typedef struct sector_s double lineoutLength; #endif // ----- end special tricks ----- - // This points to the master's floorheight, so it can be changed in realtime! fixed_t gravity; // per-sector gravity fixed_t *gravityptr; // For binary format: Read gravity from floor height of master sector boolean verticalflip; // If gravity < 0, then allow flipped physics