From 9b6485b5cc5f005a547e8dd3e3d5a8b90838ed99 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 24 Dec 2012 18:33:24 +0000 Subject: Fix compiler warnings by removing variables that are set but not used. Subversion-branch: /branches/v2-branch Subversion-revision: 2555 --- src/heretic/p_spec.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/heretic/p_spec.c') 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 -- cgit v1.2.3