foxygit / doom Log in
commit 1be6c76f0bd8fcfa29bc1d4a6d43cee98a53833e
Author:     Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Thu Jun 9 06:51:38 2016 -0700
Commit:     Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Thu Jun 9 06:52:10 2016 -0700

    doom: Remove commented out code from the last commit
---
 src/doom/m_menu.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/doom/m_menu.c b/src/doom/m_menu.c
index 837b9d4c..ba8e16a5 100644
--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -904,16 +904,7 @@ void M_Episode(int choice)
 	M_SetupNextMenu(&ReadDef1);
 	return;
     }
-#if 0
-    // Yet another hack...
-    if ( (gamemode == registered)
-	 && (choice > 2))
-    {
-      fprintf( stderr,
-	       "M_Episode: 4th episode requires UltimateDOOM\n");
-      choice = 0;
-    }
-#endif
+
     epi = choice;
     M_SetupNextMenu(&NewDef);
 }