shithub: choc

Download patch

ref: 1be6c76f0bd8fcfa29bc1d4a6d43cee98a53833e
parent: a520aacdfe2b798ceb0f4d589fa00a8b1306848f
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Thu Jun 9 02:51:38 EDT 2016

doom: Remove commented out code from the last commit

--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -904,16 +904,7 @@
 	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);
 }