diff options
Diffstat (limited to 'src/heretic/p_spec.c')
-rw-r--r-- | src/heretic/p_spec.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/heretic/p_spec.c b/src/heretic/p_spec.c index 20fb950b..923d1f32 100644 --- a/src/heretic/p_spec.c +++ b/src/heretic/p_spec.c @@ -1133,11 +1133,6 @@ void P_SpawnSpecials(void) { sector_t *sector; int i; - int episode; - - episode = 1; - if (W_CheckNumForName(DEH_String("texture2")) >= 0) - episode = 2; // // Init special SECTORs |